Documentation β¨ β Source code πͺ‘ β Examples π οΈ β Community π¬
npm i -D @necord/schematicsTo 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.
yarn build
schematics .:commandnpm run test will run the unit tests, using Jest as a runner and test framework.
That's it!
