From a71f957b7601531deb405499c0891055abc21f68 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Fri, 22 Jun 2018 11:32:35 +0200 Subject: [PATCH] docs(@schematics/schematics): add correct CLI package Closes #11336 --- packages/schematics/schematics/blank/project-files/README.md | 2 +- packages/schematics/schematics/schematic/files/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/schematics/schematics/blank/project-files/README.md b/packages/schematics/schematics/blank/project-files/README.md index 02a070966ffe..7854bc97d952 100644 --- a/packages/schematics/schematics/blank/project-files/README.md +++ b/packages/schematics/schematics/blank/project-files/README.md @@ -4,7 +4,7 @@ This repository is a basic Schematic implementation that serves as a starting po ### Testing -To test locally, install `@angular-devkit/schematics` globally and use the `schematics` command line tool. That tool acts the same as the `generate` command of the Angular CLI, but also has a debug mode. +To test locally, install `@angular-devkit/schematics-cli` globally and use the `schematics` command line tool. That tool acts the same as the `generate` command of the Angular CLI, but also has a debug mode. Check the documentation with ```bash diff --git a/packages/schematics/schematics/schematic/files/README.md b/packages/schematics/schematics/schematic/files/README.md index 02a070966ffe..7854bc97d952 100644 --- a/packages/schematics/schematics/schematic/files/README.md +++ b/packages/schematics/schematics/schematic/files/README.md @@ -4,7 +4,7 @@ This repository is a basic Schematic implementation that serves as a starting po ### Testing -To test locally, install `@angular-devkit/schematics` globally and use the `schematics` command line tool. That tool acts the same as the `generate` command of the Angular CLI, but also has a debug mode. +To test locally, install `@angular-devkit/schematics-cli` globally and use the `schematics` command line tool. That tool acts the same as the `generate` command of the Angular CLI, but also has a debug mode. Check the documentation with ```bash