Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Commit

Permalink
add bb install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
robhrt7 committed Jul 1, 2015
1 parent 0b5fe7e commit 47e2f4a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,24 @@ where `package_name` will be the name of the package read from `bower.json` or `
-u, --unlink Remove symlink.
```

### Install

Wraps a `bower install` and applies additional options like `requirejs-conf` generation and server catalog update.

```
Usage: bb install [OPTIONS]
bb install <bower-endpoint> [<bower-endpoint> ..] [OPTIONS]
Also accepts `bower install` arguments like --save, -save-dev, --production, check `bower install -h`.
Options: -short, --name <type> default description
-C, --catalog <boolean> false Upload components to CXP via REST after install.
-v, --verbose <boolean> false Enable verbose logging mode.
--base-url <string> path/to/bower_comp Web path to bower components directory (also configurable from .bbrc).
--require-confs <string> Coma seperated list of relative paths to existing require configuration (also configurable from .bbrc).
```


## Configuration

Expand Down

0 comments on commit 47e2f4a

Please sign in to comment.