0.1.7 • Published 5 years ago

@caporl/schematics v0.1.7

Weekly downloads
1
License
-
Repository
github
Last release
5 years ago

Caporl schematics

Schematics for @caporl/cli utility.

MIT license Caretaker

Table of Contents

You need to know

This project was created uniquely for the usage with @caporl/cli to help generate structure for model, components, boostraping... We discourage you to use this standalone. You can use it for learning or contributing to Caporl.

For contributing

Install depedencies using npm:

npm i

Install the @caporl/schematics collection locally by using npm:

npm link

Don't forget to build the package before testing it

npm run build

Use the Schematics CLI from node_modules to test your Schematic :

schematics @caporl/schematics:your-schematic [args]