0.3.1 • Published 6 years ago

kentan-schematics v0.3.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

kentan-schematics

Build Status Coverage Status npm version

Shemeatics for Kentan. Create your Sketches automatically!

Setup

yarn add -D kentan kentan-schematics
# or
npm install -D kentan kentan-schematics

Usage

Angular CLI 6

ng g kentan-schematics:ks --name <sketch-name>

Angular CLI 1.3.x

ng g sketch <sketch-name> --collection=kentan-schematics
# or
ng g ks <sketch-name> --collection=kentan-schematics

Demo

Using kentan-schematics will setup a Sketch for you. If a model already exists in your project the import statement is added automatically.

Demo