@skyux-sdk/angular-schematics

[![npm](https://img.shields.io/npm/v/@skyux-sdk/angular-schematics.svg)](https://www.npmjs.com/package/@skyux-sdk/angular-schematics) [![status](https://travis-ci.org/blackbaud/skyux-sdk-angular-schematics.svg?branch=master)](https://travis-ci.org/blackba

Usage no npm install needed!

<script type="module">
  import skyuxSdkAngularSchematics from 'https://cdn.skypack.dev/@skyux-sdk/angular-schematics';
</script>

README

@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.