@decerto/schematics

0.0.1 • Public • Published

decerto-schematics

Decerto Extensions for Angular

How to initialize app?

Fetch latest angular CLI.

npm install -g @angular/cli@latest

Initialize application in a standard way

ng new myApplication --prefix my --style scss --routing true --service-worker true

Install decerto-schematics

cd myApplication
npm install --save-dev @decerto/schematics@latest

Run one-time initializer

ng g app --collection=@decerto/schematics

TODO list

  • [ ] replace this prototype with code with 100% test coverage
  • [ ] integrate with @ngrx/schematics
  • [ ] generate application without need of initializer
  • [ ] generate library
  • [ ] add more schematics

Package Sidebar

Install

npm i @decerto/schematics

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • pzurowski.decerto