1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-05-19 04:26:01 +08:00

docs(@angular-devkit/schematics): include npm link

This commit is contained in:
Peter Smith 2019-01-17 13:52:53 -05:00 committed by Minko Gechev
parent 6f8c336346
commit 5e9324f5ea

@ -20,7 +20,7 @@ What distinguishes Schematics from other generators, such as Yeoman or Yarn Crea
| **Sink** | The final destination of all `Action`s. |
# Tooling
Schematics is a library, and does not work by itself. A [reference CLI](https://github.com/angular/angular-cli/blob/master/packages/angular_devkit/schematics_cli/bin/schematics.ts) is available on this repository, but is not published on NPM. This document explains the library usage and the tooling API, but does not go into the tool implementation itself.
Schematics is a library, and does not work by itself. A [reference CLI](https://github.com/angular/angular-cli/blob/master/packages/angular_devkit/schematics_cli/bin/schematics.ts) is available on this repository, and is published on NPM at [@angular-devkit/schematics-cli](https://www.npmjs.com/package/@angular-devkit/schematics-cli). This document explains the library usage and the tooling API, but does not go into the tool implementation itself.
The tooling is responsible for the following tasks: