CLI tool for Angular
Clone or download
alan-agius4 and kyliau build: update `webpack` and `postcss`
Update `webpack` to `4.28.4` and `postcss` to `7.0.11`
Latest commit a38db5d Jan 14, 2019
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: use puppeteer Jan 14, 2019
.github ci: temporarily disable size check comments Dec 20, 2018
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: add deprecation and pr note Jan 9, 2019
etc feat(@angular-devkit/schematics): support calling a task by file path… Jan 14, 2019
lib test: downgrade output of typescript to es2016 for istanbul Dec 14, 2018
packages build: update `webpack` and `postcss` Jan 14, 2019
scripts docs: fix grammar error Jan 8, 2019
tests ci: use puppeteer Jan 14, 2019
third_party/github.com/bazelbuild/bazel/src/main chore: add license to BUILD file Nov 5, 2018
tools build: update `quicktype-core` to generate camelCase acronyms Dec 11, 2018
.appveyor.yml ci: use puppeteer Jan 14, 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: move devkit repo back to angular-cli Jun 6, 2018
.monorepo.json release: v7.2.0-rc.0 Dec 19, 2018
.nvmrc build: update nvmrc to use node 10 Sep 19, 2018
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 docs: change link for CLI readme to be relative Dec 6, 2018
WORKSPACE ci: add ts api guardian (#12010) Nov 30, 2018
appveyor-e2e.bat ci: add windows buildkite Jan 14, 2019
package.json ci: use puppeteer Jan 14, 2019
renovate.json ci: disable major `devDependencies` updates Dec 21, 2018
tsconfig-test.json build: Use fine-grained node_module deps Nov 1, 2018
tsconfig.json ci: add ts api guardian (#12010) Nov 30, 2018
tslint.json style: add comments in tslint.json Nov 14, 2018
yarn.lock build: update `webpack` and `postcss` Jan 14, 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