This project was generated with Angular CLI version 13.3.3.
This is a showcase repository on how to test or debug schematics.
It was created to follow this blog post: TODO:link
Run yarn build:schematics to build the projects/schematics. The build artifacts will be stored in the dist/ directory.
To locally publish the projects/schematics to verdaccio, run ./node_modules/ts-node/dist/bin.js ./scripts/publish.js.
The script will build and publish projects/schematics to verdaccio.
To consume the published schematics, run ng add @test/schematics@latest --skip-confirmation.
After running it, you should see a log message in your terminal, and a new file created in your repo.
Run yarn test to execute the unit tests via Jest.