@smartsoft001/schematics

1.1.86 • Public • Published

@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)
  • angular - angular library
  • default - nodejs library

Generate domain

ng g library [name]

Parameters:

name Domain name

Package Sidebar

Install

npm i @smartsoft001/schematics

Weekly Downloads

347

Version

1.1.86

License

MIT

Unpacked Size

65.3 kB

Total Files

134

Last publish

Collaborators

  • emiljuchnikowski