Skip to content

Commit 4c927de

Browse files
clydinfilipesilva
authored andcommitted
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. (cherry picked from commit 1dc9754)
1 parent 187c414 commit 4c927de

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Architect CLI
2+
3+
This package contains the executable for running an [Architect Builder](/packages/angular_devkit/architect/README.md).
4+
5+
# Usage
6+
7+
```
8+
architect [project][:target][:configuration] [options, ...]
9+
10+
Run a project target.
11+
If project/target/configuration are not specified, the workspace defaults will be used.
12+
13+
Options:
14+
--help Show available options for project target.
15+
Shows this message instead when ran without the run argument.
16+
17+
18+
Any additional option is passed the target, overriding existing options.
19+
```

packages/angular_devkit/architect_cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@angular-devkit/architect-cli",
33
"version": "0.0.0",
44
"description": "Angular Architect CLI",
5+
"homepage": "https://github.com/angular/angular-cli",
56
"experimental": true,
67
"bin": {
78
"architect": "./bin/architect.js"

0 commit comments

Comments
 (0)