4.0.0-alpha.0 • Published 4 years ago

@skyux-sdk/angular-schematics v4.0.0-alpha.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@skyux-sdk/angular-schematics

npm status coverage

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 start for 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 build to create the distribution package.