mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 02:24:10 +08:00
docs: fix schematics-cli url
This commit is contained in:
parent
1a255e6e4e
commit
be5d3b0536
@ -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/devkit/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, 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.
|
||||
|
||||
The tooling is responsible for the following tasks:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user