Skip to content
CLI tool for Angular
TypeScript JavaScript Python HTML Shell CSS
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci ci: fix missing workspace on e2e-cli-win Sep 26, 2019
.github ci: update angular robot configuration to match current CI tasks Sep 26, 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 feat(@schematics/angular): remove enableIvy option Aug 16, 2019
etc feat(@angular-devkit/architect): support accessing project metadata Sep 24, 2019
lib build: update minimum npm/yarn engine versions for built packages (#1… Sep 11, 2019
packages fix(@angular-devkit/build-angular): don't double process factory files Sep 27, 2019
scripts build: yarn upgrade lock update (#15589) Sep 17, 2019
tests fix(@angular-devkit/build-angular): display accurate sizes for downle… Sep 26, 2019
third_party refactor: use vendored supports-color Feb 19, 2019
tools build: update bazel dependencies and configuration (#15291) Aug 12, 2019
.bazelignore build: update bazel dependencies and configuration (#15291) Aug 12, 2019
.bazelrc build: update bazel dependencies and configuration (#15291) Aug 12, 2019
.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 docs: add Architect CLI to the "Tooling" section Jun 6, 2019
.nvmrc build: update nvmrc to use node 10 Sep 19, 2018
.prettierignore build: add golden API to prettierignore Mar 5, 2019
.prettierrc build: integrate prettier code formatting Jun 20, 2019
BUILD build: Use fine-grained node_module deps Nov 1, 2018
CONTRIBUTING.md docs: update CONTRIBUTING.md to reflect default PR branch (#15331) Aug 15, 2019
Dockerfile ci: use puppeteer Jan 14, 2019
LICENSE build: move devkit repo back to angular-cli Jun 6, 2018
README.md docs: add Architect CLI to the "Tooling" section Jun 6, 2019
WORKSPACE build: update bazel_toolchains to version 0.29.7 Sep 26, 2019
package.json build: update @angular/animations to version 9.0.0-next.8 Sep 26, 2019
renovate.json ci: enable renovate lockFileMaintenance (#15593) Sep 18, 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 style: add `no-invalid-await` and `prefer-promise-shorthand` lint rul… Aug 27, 2019
yarn.lock refactor(@angular-devkit/build-angular): improve performance of paral… Sep 27, 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.
  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
Architect CLI @angular-devkit/architect-cli latest snapshot
Schematics CLI @angular-devkit/schematics-cli latest snapshot

Packages

Project Package Version Links
Architect @angular-devkit/architect latest README 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.