Prototype of a CLI for Angular 2 applications based on the ember-cli project.
This project is very much still a work in progress.
The CLI is now in beta. If you wish to collaborate while the project is still young, check out our issue list.
We're updating the build system in Angular-CLI to use webpack instead of Broccoli.
You can install and update your projects using these instructions.
The generated project has dependencies that require Node 4 or greater.
- Installation
- Usage
- Generating a New Project
- Generating Components, Directives, Pipes and Services
- Generating a Route
- Creating a Build
- Build Targets and Environment Files
- Bundling
- Running Unit Tests
- Running End-to-End Tests
- Deploying the App via GitHub Pages
- Linting and formatting code
- Support for offline applications
- Commands autocompletion
- CSS preprocessor integration
- 3rd Party Library Installation
- Updating angular-cli
- Known Issues
- Development Hints for hacking on angular-cli
BEFORE YOU INSTALL: please read the prerequisites
npm install -g angular-cli