@caporl/schematics
v0.1.7
Published
Schematics for Caporl
Maintainers
Readme
Caporl schematics
Schematics for @caporl/cli utility.
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 iInstall the @caporl/schematics collection locally by using npm:
npm linkDon't forget to build the package before testing it
npm run buildUse the Schematics CLI from node_modules to test your Schematic :
schematics @caporl/schematics:your-schematic [args]