README
@skyux-sdk/angular-schematics
Installation
Within the directory of an Angular CLI application, run:
ng add @skyux-sdk/angular-schematics
Usage
Generate a resources module for your library
ng generate @skyux-sdk/angular-schematics:lib-resources-module
Local setup
- Run
npm startfor local development; changes are transpiled automatically after each file is saved. - If you clone this repo in the same root directory as an Angular CLI project, you can add it via
ng add ../skyux-sdk-angular-schematics/dist. - Run
npm run buildto create the distribution package.