0.0.4 • Published 3 years ago

pug-schematics v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Pug-schematics

This project is derived of @schematics/angular v12.2.11 and works only for generating components

After installation, you can generate your components with pug as HTML using this simple line in CLI

ng generate pug-schematics:pug-component your-component-name

or quicker

ng g pug-schematics:pc your-component-name

Further developments are not intended for the time being.