The Wayback Machine - https://web.archive.org/web/20190410181440/https://github.com/angular/angular-cli
Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
CLI tool for Angular https://cli.angular.io/
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.buildkite ci: add timeout and retry to Buildkite Jan 14, 2019
.circleci ci: add ivy track for all prs Mar 29, 2019
.github docs: add how to create a minimal repo in bug report template Mar 4, 2019
benchmark/aio build: workaround yarn tgz bug Sep 10, 2018
bin build: terminate process with non zero error code when build fails Jan 11, 2019
docs docs: update support statement for hmr Apr 5, 2019
etc fix(@angular-devkit/architect): remove experimental API Apr 2, 2019
lib build: remove generation of inline sourcemaps Mar 25, 2019
packages build: update browserslist to version 4.5.4 Apr 10, 2019
scripts feat(@angular/cli): automatically update angular builders when CLI is… Apr 8, 2019
tests
third_party refactor: use vendored supports-color Feb 19, 2019
tools ci: rebase PRs on target branch Mar 11, 2019
.appveyor.yml
.bazelignore build: Use fine-grained node_module deps Nov 1, 2018
.bazelrc build: Use fine-grained node_module deps Nov 1, 2018
.editorconfig style: update editorconfig website url (#12923) Nov 14, 2018
.gitattributes
.gitignore ci: disable bazel in devkit-admin build Sep 13, 2018
.mailmap
.monorepo.json build: refactor QoL on monorepo.json Mar 13, 2019
.nvmrc
.prettierignore build: add golden API to prettierignore Mar 5, 2019
BUILD build: Use fine-grained node_module deps Nov 1, 2018
CONTRIBUTING.md docs: fix grammar error Jan 8, 2019
Dockerfile ci: use puppeteer Jan 14, 2019
LICENSE build: move devkit repo back to angular-cli Jun 6, 2018
README.md
WORKSPACE build: Upgrade rules_nodejs to 0.27.7 and angular to 7.2.9 Mar 20, 2019
appveyor-e2e.bat ci: include ivy tests in windows ci Mar 8, 2019
package.json feat(@angular-devkit/build-angular): differential loading Apr 9, 2019
renovate.json ci: add legacy cli snapshot paths to renovated paths Mar 14, 2019
tsconfig-test.json build: remove generation of inline sourcemaps Mar 25, 2019
tsconfig.json build: minor development tsconfig cleanup Mar 25, 2019
tslint.json revert: build: integrate prettier code formatter Mar 5, 2019
yarn.lock build: update browserslist to version 4.5.4 Apr 10, 2019

README.md

Angular CLI

Development tools and libraries specialized for Angular

This is the home of the DevKit and the Angular CLI code. You can find the Angular CLI specific README here.

CircleCI branch Dependency Status devDependency Status

License

GitHub forks GitHub stars

Quick Links

Gitter Contributing Angular CLI

The Goal of Angular CLI

The Angular CLI creates, manages, builds and test your Angular projects. It's built on top of the Angular DevKit.

The Goal of DevKit

DevKit's goal is to provide a large set of libraries that can be used to manage, develop, deploy and analyze your code.

Getting Started - Local Development

Installation

To get started locally, follow these instructions:

  1. If you haven't done it already, make a fork of this repo.
  2. Clone to your local computer using git.
  3. Make sure that you have Node 10.9 or later installed. See instructions here. The Angular CLI requires Node 8, but development requires Node 10.
  4. Make sure that you have yarn installed; see instructions here.
  5. Run yarn (no arguments) from the root of your clone of this project.
  6. Run yarn link to add all custom scripts we use to your global install.

Creating New Packages

Adding a package to this repository means running two separate commands:

  1. schematics devkit:package PACKAGE_NAME. This will update the .monorepo file, and create the base files for the new package (package.json, src/index, etc).
  2. devkit-admin templates. This will update the README and all other template files that might have changed when adding a new package.

For private packages, you will need to add a "private": true key to your package.json manually. This will require re-running the template admin script.

Packages

This is a monorepo which contains many tools and packages:

Tools

Project Package Version Links
Angular CLI @angular/cli latest README snapshot
Schematics CLI @angular-devkit/schematics-cli latest snapshot

Packages

Project Package Version Links
Architect @angular-devkit/architect latest README snapshot
Architect CLI @angular-devkit/architect-cli latest snapshot
Build Angular @angular-devkit/build-angular latest README snapshot
Build NgPackagr @angular-devkit/build-ng-packagr latest README snapshot
Build Optimizer @angular-devkit/build-optimizer latest README snapshot
Build Webpack @angular-devkit/build-webpack latest README snapshot
Core @angular-devkit/core latest README snapshot
Schematics @angular-devkit/schematics latest README snapshot

Schematics

Project Package Version Links
Angular PWA Schematics @angular/pwa latest snapshot
Angular Schematics @schematics/angular latest snapshot
Schematics Schematics @schematics/schematics latest snapshot
Package Update Schematics @schematics/update latest snapshot

Misc

Project Package Version Links
Webpack Angular Plugin @ngtools/webpack latest snapshot
You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.