- CLI project structure
- CLI build and release tooling
- Server (Universal) based Angular app schaffolding
- Serve command for both dev and production runtimes, ex:
fng serve --prod --sw --aot
- Jest
- Auto git init on project creation
- Environment variable transfer from server to client
- Favicon generation command, ex:
fng favicon
- Angular Material integration
- Component/Pipe/Directive/Service stubb generator command, ex:
fng gen component my-awesome-comp
- Bootstrap
- Bulma
- Firebase
- Circle CI
- Travis
- Nightmare
- Cypress
The goal is to allow command line provisioning of new applications.
- Heroku
- Azure
- Google Cloud (serverless)
- AWS Lambda (serverless)