@alusta/create-schematics

This tool is to create schematics with schematics!

Usage no npm install needed!

<script type="module">
  import alustaCreateSchematics from 'https://cdn.skypack.dev/@alusta/create-schematics';
</script>

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