mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 19:13:34 +08:00
docs(@angular-devkit/architect-cli): add a README file for the package
A `README.md` file is now included in the package with an overview of the utility and the help output of the command.
This commit is contained in:
parent
b8875397ce
commit
1dc9754bb2
19
packages/angular_devkit/architect_cli/README.md
Normal file
19
packages/angular_devkit/architect_cli/README.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Architect CLI
|
||||||
|
|
||||||
|
This package contains the executable for running an [Architect Builder](/packages/angular_devkit/architect/README.md).
|
||||||
|
|
||||||
|
# Usage
|
||||||
|
|
||||||
|
```
|
||||||
|
architect [project][:target][:configuration] [options, ...]
|
||||||
|
|
||||||
|
Run a project target.
|
||||||
|
If project/target/configuration are not specified, the workspace defaults will be used.
|
||||||
|
|
||||||
|
Options:
|
||||||
|
--help Show available options for project target.
|
||||||
|
Shows this message instead when ran without the run argument.
|
||||||
|
|
||||||
|
|
||||||
|
Any additional option is passed the target, overriding existing options.
|
||||||
|
```
|
@ -2,6 +2,7 @@
|
|||||||
"name": "@angular-devkit/architect-cli",
|
"name": "@angular-devkit/architect-cli",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"description": "Angular Architect CLI",
|
"description": "Angular Architect CLI",
|
||||||
|
"homepage": "https://github.com/angular/angular-cli",
|
||||||
"experimental": true,
|
"experimental": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
"architect": "./bin/architect.js"
|
"architect": "./bin/architect.js"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user