Skip to content

Commit

Permalink
docs(@angular-devkit/architect-cli): add a README file for the package
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
clydin authored and filipesilva committed Apr 19, 2021
1 parent 187c414 commit 4c927de
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/angular_devkit/architect_cli/README.md
@@ -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.
```
1 change: 1 addition & 0 deletions packages/angular_devkit/architect_cli/package.json
Expand Up @@ -2,6 +2,7 @@
"name": "@angular-devkit/architect-cli",
"version": "0.0.0",
"description": "Angular Architect CLI",
"homepage": "https://github.com/angular/angular-cli",
"experimental": true,
"bin": {
"architect": "./bin/architect.js"
Expand Down

0 comments on commit 4c927de

Please sign in to comment.