@necord/schematics
v2.0.0
Published
A collection of schematics for Necord projects with NestJS
Maintainers
Readme
Installation
npm i -D @necord/schematicsTesting
To test locally, install @angular-devkit/schematics-cli globally and use the schematics command
line tool. That tool acts the same as the generate command of the Angular CLI, but also has a
debug mode.
npm i -g @angular-devkit/schematics-cliCheck the documentation with
schematics --helpNow you can execute generation commands.
npm run build
schematics .:commandUnit Testing
npm run test will run the unit tests, using Jest as a runner and test framework.
That's it!
