The Wayback Machine - https://web.archive.org/web/20190501153046/https://github.com/angular/angular-cli
Skip to content
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: fix e2e snapshots Apr 23, 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 build: use ts-api-guardian from npm Apr 24, 2019
lib build: remove generation of inline sourcemaps Mar 25, 2019
packages fix(@angular-devkit/core): support writing an empty object workspace Apr 29, 2019
scripts docs: update contributing to use bazel from npm Apr 24, 2019
tests test: add 7.0 update test Apr 24, 2019
third_party refactor: use vendored supports-color Feb 19, 2019
tools build: run Bazel format/lint fix Apr 22, 2019
.appveyor.yml build: run all tests on appveyor Mar 13, 2019
.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 style: add .gitattributes file (#13086) Nov 30, 2018
.gitignore ci: disable bazel in devkit-admin build Sep 13, 2018
.mailmap build: add Alan to the mailmap file Jan 18, 2019
.monorepo.json build: refactor QoL on monorepo.json Mar 13, 2019
.nvmrc build: update nvmrc to use node 10 Sep 19, 2018
.prettierignore build: add golden API to prettierignore Mar 5, 2019
BUILD build: Use fine-grained node_module deps Nov 1, 2018
CONTRIBUTING.md docs: update contributing to use bazel from npm Apr 24, 2019
Dockerfile ci: use puppeteer Jan 14, 2019
LICENSE build: move devkit repo back to angular-cli Jun 6, 2018
README.md docs: change link for CLI readme to be relative Dec 6, 2018
WORKSPACE build: use ts-api-guardian from npm Apr 24, 2019
appveyor-e2e.bat ci: include ivy tests in windows ci Mar 8, 2019
package.json fix(@schematics/angular): remove tsquery peer dependency warning Apr 25, 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 fix(@schematics/angular): remove tsquery peer dependency warning Apr 25, 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.