Prototype of the Angular 2 CLI for Dart called Dangular-CLI
This project is very much still a work in progress.
If you wish to collaborate check out our issue list. Pull requests are allowed and appreciated.
- Installation
- Usage
- Generating a New Project
- Generating Components, Directives, Pipes and Services
- Contributing
pub global activate dangular_cli
dang help
dang new client
Where client is the name of the project you want to create.
Work in progress
You are happily invited to take part in this project by forking this repository and later submit your pull requests.
This project does not follow the angular 2 cli conventions one to one. It can differ in functionality, syntax and conventions.