kentan-schematicsdeprecated

Schematics for kentan automating creation of sketches

Usage no npm install needed!

<script type="module">
  import kentanSchematics from 'https://cdn.skypack.dev/kentan-schematics';
</script>

README

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