CLI tool for Angular
Clone or download
hansl and vikerman feat(@angular-devkit/schematics): allow workflow impl to define their…
… own sinks (#12330)

Behaviour for NodeWorkflow should be the same.
Latest commit f74c1f4 Sep 21, 2018
Permalink
Failed to load latest commit information.
.circleci ci: move bazel-build to xlarge resource class Sep 13, 2018
.github docs: Restore SAVED_REPLIES (#11902) Aug 15, 2018
benchmark/aio build: workaround yarn tgz bug Sep 10, 2018
bin test: remove development purify bin helper Sep 19, 2018
docs docs(@angular/cli): Added alias section to each doc for the generate … Sep 20, 2018
etc/cli.angular.io docs: add README to cli.angular.io microsite Jul 30, 2018
lib build: use specific engines for built packages Sep 14, 2018
packages feat(@angular-devkit/schematics): allow workflow impl to define their… Sep 20, 2018
rules build: add support to build JSON schema through bazel Sep 13, 2018
scripts * fix(@angular/cli): remove helpJson and help-json mentions (#12331) Sep 20, 2018
tests fix(@angular/cli): support `--version` option Sep 19, 2018
tools ci: remove external BUILD code that should not be internal Sep 17, 2018
.appveyor.yml ci: update CI to node 10 Sep 6, 2018
.editorconfig build: move devkit repo back to angular-cli Jun 6, 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.0.0-beta.4 Sep 19, 2018
.nvmrc build: update nvmrc to use node 10 Sep 19, 2018
BUILD build: add support to build JSON schema through bazel Sep 13, 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: match engines with bazel and CI Sep 13, 2018
package.json test: remove development purify bin helper Sep 19, 2018
tsconfig.json ci: disable bazel in devkit-admin build Sep 13, 2018
tslint.json build: update/cleanup tslint rules & fix errors Aug 23, 2018
yarn.lock feat(@angular-devkit/build-angular): update webpack dependencies Sep 19, 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