Angular application generator and runner
npm install fusing-angular-cli_Faster CLI tool for Angular_





WARNING: WORK IN PROGRESS
The CLI has dependencies that require Node 10.0.0 or higher, together with NPM 6.0.0 or higher.
- Features
- Roadmap
- Installation
- Usage
- Updating Fusing Angular CLI
- Developing Fusing Angular CLI
- License
- [x] Designed for use with Angular Universal (server rendered)
- [x] Designed for use with SCSS
- [x] Jest test runner and code coverage
- [x] Lazy Loaded modules
- [ ] Route, Component, Directive, and Service generators
- [x] Fully optimized production builds (brotli: ~125 kb, gzip: ~150 kb)
- [x] Easy favicon generator
- [x] Check code quality with built in Linter
- [x] Visual Studio Code integration
- [ ] Circle CI support
- [ ] UI integrations (Material, Bootstrap, and Bulma)
You can learn more about what we aim to achieve by reading our roadmap
``bash`
npm install -g fusing-angular-cli
`bash`
fng help
`bash`
fng update
or
`bash`
npm i -g fusing-angular-cli@latest
`bashto run local CLI
$ npm start
$3
`bash
test your code
npm test
``MIT