@alusta/create-schematics
v0.3.2
Published
This tool is to create schematics with schematics!
Downloads
2
Maintainers
Readme
Schematics builder
Deprecated - use @alusta/mint instead
So you want to create some schematics easily? Ok let's do this!
TL;DR
npm i -g @angular-devkit/schematics-cli @alusta/create-schematics
schematics blank --name=my-schematics
cd my-schematics
npm i
schematics @alusta/create-schematics:blank
You can create:
schematics @alusta/create-schematics:blank
schematics @alusta/create-schematics:external
schematics @alusta/create-schematics:custom
schematics @alusta/create-schematics:modify