13
13
# Angular DevKit
14
14
### Development tools and libraries specialized for Angular
15
15
16
+ This is the home of the DevKit and the Angular CLI code. You can find the Angular CLI specific README
17
+ [ here] ( https://github.com/angular/angular-cli/blob/master/packages/angular/cli/README.md ) .
18
+
16
19
17
20
[ ![ CircleCI branch] ( https://img.shields.io/circleci/project/github/angular/angular-cli/master.svg?label=circleci )] ( https://circleci.com/gh/angular/angular-cli ) [ ![ Dependency Status] ( https://david-dm.org/angular/angular-cli.svg )] ( https://david-dm.org/angular/angular-cli ) [ ![ devDependency Status] ( https://david-dm.org/angular/angular-cli/dev-status.svg )] ( https://david-dm.org/angular/angular-cli?type=dev )
18
21
@@ -41,16 +44,24 @@ as it is today will become one of many interfaces available to perform those tas
41
44
will also be available to third party tools and IDEs.
42
45
43
46
44
- ## Packages
45
- This is a monorepo which contains many packages:
46
47
47
48
49
+ ## Tools
50
+
51
+ | Project | Package | Version | Links |
52
+ | ---| ---| ---| ---|
53
+ ** Angular CLI** | [ ` @angular/cli ` ] ( https://npmjs.com/package/@angular/cli ) | [ ![ latest] ( https://img.shields.io/npm/v/%40angular%2Fcli/latest.svg )] ( https://npmjs.com/package/@angular/cli ) | [ ![ README] ( https://img.shields.io/badge/README--green.svg )] ( https://github.com/angular/angular-cli/blob/master/packages/angular/cli/README.md ) [ ![ snapshot] ( https://img.shields.io/badge/snapshot--blue.svg )] ( https://github.com/angular/cli-builds )
54
+ ** Schematics CLI** | [ ` @angular-devkit/schematics-cli ` ] ( https://npmjs.com/package/@angular-devkit/schematics-cli ) | [ ![ latest] ( https://img.shields.io/npm/v/%40angular-devkit%2Fschematics-cli/latest.svg )] ( https://npmjs.com/package/@angular-devkit/schematics-cli ) | [ ![ snapshot] ( https://img.shields.io/badge/snapshot--blue.svg )] ( https://github.com/angular/angular-devkit-schematics-cli-builds )
55
+
56
+
57
+
58
+ ## Packages
59
+ This is a monorepo which contains many packages:
48
60
49
61
50
62
51
63
| Project | Package | Version | Links |
52
64
| ---| ---| ---| ---|
53
- ** Angular CLI** | [ ` @angular/cli ` ] ( https://npmjs.com/package/@angular/cli ) | [ ![ latest] ( https://img.shields.io/npm/v/%40angular%2Fcli/latest.svg )] ( https://npmjs.com/package/@angular/cli ) | [ ![ README] ( https://img.shields.io/badge/README--green.svg )] ( https://github.com/angular/angular-cli/blob/master/packages/angular/cli/README.md ) [ ![ snapshot] ( https://img.shields.io/badge/snapshot--blue.svg )] ( https://github.com/angular/cli-builds )
54
65
** Architect** | [ ` @angular-devkit/architect ` ] ( https://npmjs.com/package/@angular-devkit/architect ) | [ ![ latest] ( https://img.shields.io/npm/v/%40angular-devkit%2Farchitect/latest.svg )] ( https://npmjs.com/package/@angular-devkit/architect ) | [ ![ README] ( https://img.shields.io/badge/README--green.svg )] ( https://github.com/angular/angular-cli/blob/master/packages/angular_devkit/architect/README.md ) [ ![ snapshot] ( https://img.shields.io/badge/snapshot--blue.svg )] ( https://github.com/angular/angular-devkit-architect-builds )
55
66
** Architect CLI** | [ ` @angular-devkit/architect-cli ` ] ( https://npmjs.com/package/@angular-devkit/architect-cli ) | [ ![ latest] ( https://img.shields.io/npm/v/%40angular-devkit%2Farchitect-cli/latest.svg )] ( https://npmjs.com/package/@angular-devkit/architect-cli ) | [ ![ snapshot] ( https://img.shields.io/badge/snapshot--blue.svg )] ( https://github.com/angular/angular-devkit-architect-cli-builds )
56
67
** Build Angular** | [ ` @angular-devkit/build-angular ` ] ( https://npmjs.com/package/@angular-devkit/build-angular ) | [ ![ latest] ( https://img.shields.io/npm/v/%40angular-devkit%2Fbuild-angular/latest.svg )] ( https://npmjs.com/package/@angular-devkit/build-angular ) | [ ![ README] ( https://img.shields.io/badge/README--green.svg )] ( https://github.com/angular/angular-cli/blob/master/packages/angular_devkit/build_angular/README.md ) [ ![ snapshot] ( https://img.shields.io/badge/snapshot--blue.svg )] ( https://github.com/angular/angular-devkit-build-angular-builds )
@@ -59,7 +70,6 @@ This is a monorepo which contains many packages:
59
70
** Build Webpack** | [ ` @angular-devkit/build-webpack ` ] ( https://npmjs.com/package/@angular-devkit/build-webpack ) | [ ![ latest] ( https://img.shields.io/npm/v/%40angular-devkit%2Fbuild-webpack/latest.svg )] ( https://npmjs.com/package/@angular-devkit/build-webpack ) | [ ![ README] ( https://img.shields.io/badge/README--green.svg )] ( https://github.com/angular/angular-cli/blob/master/packages/angular_devkit/build_webpack/README.md ) [ ![ snapshot] ( https://img.shields.io/badge/snapshot--blue.svg )] ( https://github.com/angular/angular-devkit-build-webpack-builds )
60
71
** Core** | [ ` @angular-devkit/core ` ] ( https://npmjs.com/package/@angular-devkit/core ) | [ ![ latest] ( https://img.shields.io/npm/v/%40angular-devkit%2Fcore/latest.svg )] ( https://npmjs.com/package/@angular-devkit/core ) | [ ![ README] ( https://img.shields.io/badge/README--green.svg )] ( https://github.com/angular/angular-cli/blob/master/packages/angular_devkit/core/README.md ) [ ![ snapshot] ( https://img.shields.io/badge/snapshot--blue.svg )] ( https://github.com/angular/angular-devkit-core-builds )
61
72
** Schematics** | [ ` @angular-devkit/schematics ` ] ( https://npmjs.com/package/@angular-devkit/schematics ) | [ ![ latest] ( https://img.shields.io/npm/v/%40angular-devkit%2Fschematics/latest.svg )] ( https://npmjs.com/package/@angular-devkit/schematics ) | [ ![ README] ( https://img.shields.io/badge/README--green.svg )] ( https://github.com/angular/angular-cli/blob/master/packages/angular_devkit/schematics/README.md ) [ ![ snapshot] ( https://img.shields.io/badge/snapshot--blue.svg )] ( https://github.com/angular/angular-devkit-schematics-builds )
62
- ** Schematics CLI** | [ ` @angular-devkit/schematics-cli ` ] ( https://npmjs.com/package/@angular-devkit/schematics-cli ) | [ ![ latest] ( https://img.shields.io/npm/v/%40angular-devkit%2Fschematics-cli/latest.svg )] ( https://npmjs.com/package/@angular-devkit/schematics-cli ) | [ ![ snapshot] ( https://img.shields.io/badge/snapshot--blue.svg )] ( https://github.com/angular/angular-devkit-schematics-cli-builds )
63
73
64
74
#### Schematics
65
75
0 commit comments