0.0.0 • Published 5 years ago
@mwong775/angular-schematic v0.0.0
Getting Started With Schematics
This repository is a basic Schematic implementation that serves as a starting point to create and publish Schematics to NPM.
Used to generate modules, containers, components, and entities for Angular projects.
Usage
- Clone this repository.
- Run
npm install -g @angular-devkit/schematics-clito install globally - Run
npm install,npm run build&npm link - Run
npm link angular-schematicin the Angular project directory - Run
ng generate angular-schematic:<schematic>to generate files (schematic= module, container, component, or entity)
Developing
- Steps 1-2 above
- Run
npm install - Run
schematics .:<schematic> --dry-run=falseto test/debug generations (--debug=falsealso works,schematic= module, container, component, or entity)
Testing
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.
Check the documentation with
schematics --helpUnit Testing
npm run test will run the unit tests, using Jasmine as a runner and test framework.
Publishing
To publish, simply do:
npm run build
npm publishThat's it!
0.0.0
5 years ago