Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.04 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.04 KB

Angular 2 CLI for Dart

Prototype of the Angular 2 CLI for Dart called Dangular-CLI

Note

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.

Table of Contents

Installation

pub global activate dangular_cli

Usage

dang help

Generating a new Application

dang new client

Where client is the name of the project you want to create.

Generating Resources

Work in progress

Contributing

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.