Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.circleci ci: update bazel-build to run tests Aug 22, 2018
.github docs: Restore SAVED_REPLIES (#11902) Aug 15, 2018
bin build: remove chalk dependency Jul 2, 2018
docs docs: fix generate library skip-install desc (#11998) Aug 28, 2018
etc/cli.angular.io docs: add README to cli.angular.io microsite Jul 30, 2018
lib build: throw an exception when a package is not found in monorepo Aug 21, 2018
packages fix(@angular-devkit/build-angular): only collect coverage from files … Aug 28, 2018
rules build: update/cleanup tslint rules & fix errors Aug 23, 2018
scripts build: update/cleanup tslint rules & fix errors Aug 23, 2018
tests docs: fix broken links to angular.io (#11811) Aug 23, 2018
tools build: simplify bazel dependencies Aug 22, 2018
.appveyor.yml ci: improve yarn caching on AppVeyor Aug 19, 2018
.editorconfig build: move devkit repo back to angular-cli Jun 6, 2018
.gitignore build: move devkit repo back to angular-cli Jun 6, 2018
.mailmap build: move devkit repo back to angular-cli Jun 6, 2018
.monorepo.json release: v6.2.0-rc.0 Aug 23, 2018
.nvmrc refactor: set minimum node version to 8.9 Feb 20, 2018
BUILD build: use a more restrictive node modules glob Aug 22, 2018
CONTRIBUTING.md Added configuration file name for v6+ (#11114) Aug 14, 2018
LICENSE build: move devkit repo back to angular-cli Jun 6, 2018
README.md docs: Fix README license badge (#11127) Aug 14, 2018
WORKSPACE build: preserve symlinks for rules_nodejs Aug 22, 2018
package.json build: simplify bazel dependencies Aug 22, 2018
tsconfig.json build: move devkit repo back to angular-cli Jun 6, 2018
tslint.json build: update/cleanup tslint rules & fix errors Aug 23, 2018
versions.json build: move devkit repo back to angular-cli Jun 6, 2018
yarn.lock feat(@angular-devkit/build-angular): use terser instead of uglify-es (#… Aug 27, 2018

README.md

Angular DevKit

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


This is the home for all the tools and libraries built to assist developers with their Angular applications.

Quick Links

Gitter Contributing Angular CLI

The Goal of DevKit

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

This is the extension of the Angular CLI Project. Once this set of tools is done, the Angular CLI as it is today will become one of many interfaces available to perform those tasks. Everything will also be available to third party tools and IDEs.

Tools

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

Packages

This is a monorepo which contains many 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