ROADMAP.md
July 6, 2018 ยท View on GitHub
MVP (v1)
- 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
Future Work
UI Options
- Bootstrap
- Bulma
Backend Options
- Firebase
Continous Integration Options
- Circle CI
- Travis
E2E Test Framework Options
- Nightmare
- Cypress
Deployment Options
The goal is to allow command line provisioning of new applications.
- Heroku
- Azure
- Google Cloud (serverless)
- AWS Lambda (serverless)