ngfast
v0.0.4
Published
CLI to create angular projet with material, run server and launche VsCode.
Downloads
2
Readme
ngfast
CLI to create angular projet with material.
- Create Angular project
- Adding Angular Material to this project
- Run
ng serve --o
- Open VsCode
Require
- NodeJs
- Angular
- VsCode
Installation
npm :
npm install ngfast -g
Usage
ngfast PROJECT_NAME
or
ngfast PROJECT_NAME -m -s
Options
| Option | Description | Default | |--------|-------------------------|---------| | -m | Add Angular Material | false | | -s | Open project on browser | false | | | | |
License
ngfast is copyright © 2020+ Julien Bertacco and released under the MIT license.