0.0.2 • Published 4 years ago

awesome-candy-enterprises v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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