awesome-candy-enterprises
v0.0.2
Published
An example schematics collection for demonstration purposes
Downloads
3
Readme
Getting Started With Schematics
This repository is a basic Schematic implementation that serves as a starting point to create and publish Schematics to NPM.
New project (usage with ng new
)
Setting up a new Angular project using awesome-candy-enterprises default settings:
npm i -g awesome-candy-enterprises
ng new foo --collection=awesome-candy-enterprises
Add to existing project (usage with ng add
)
You can also apply the awesome-candy-enterprises schematics to an existing Angular project:
ng add awesome-candy-enterprises
Generate parts (usage with ng g
)
Lust but not least, you can use the generator schematics from this collection to generate components like the awesome-candy-enterprises header component separately:
npm i awesome-candy-enterprises
ng g awesome-candy-enterprises:header