Skip to content

decerto-poland/decerto-schematics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Decerto Extensions for Angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published