@smartsoft001/schematics
##Install
npm i @smartsoft001/schematics
To add @smartsoft001/schematics to existing Angular CLI project, use:
ng add @smartsoft001/schematics
##Default Schematics Collection
To use @smartsoft001/schematics as the default collection in your Angular CLI project, add it to your angular.json:
ng config cli.defaultCollection @smartsoft001/schematics
##Usage
Generate shared library
ng g library [name] [type=default]
Parameters:
name | Library name |
type |
Type of library (default: default)
|
Generate domain
ng g library [name]
Parameters:
name | Domain name |