4 Commits

Author SHA1 Message Date
Devin Shoemaker
b245d12d67
feat(nx-plugin): add builder schematic (#2769)
This change adds a new schematic that generates a builder for an Nx plugin.
2020-04-16 16:00:49 -04:00
Devin Shoemaker
d385030b4b
feat(nx-plugin): add "schematic" schematic (#2708)
This change adds a new schematic that generates a schematic for an Nx plugin.
2020-04-16 15:08:45 -04:00
Devin Shoemaker
e44af492dd
feat(nx-plugin): add migration schematic (#2692)
This change adds a new schematic that generates a migration for an Nx plugin. The user can specify the version for the migration, and optionally add a custom name, description, and whether or not to include package.json updates.
2020-04-16 15:00:08 -04:00
Jonathan Cammisuli
fe98e29e4b feat(nx-plugin): add new package for creating nx plugins 2020-01-21 15:18:13 -05:00