@prontotv/schematics
v13.0.0
Published
Schematics for the ProntoWeb project.
Downloads
5
Readme
ProntoTV Schematics
This repository contains schematics used for the ProntoWeb project.
Build status
Testing
To test locally, install @angular-devkit/schematics
globally and use the schematics
command line tool. That tool acts the same as the generate
command of the Angular CLI, but also has a debug mode.
Check the documentation with
schematics --help
Publishing
To publish, simply do:
yarn build
yarn publish
That's it!