]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/bower/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / bower / README.md
1 # Bower plugin
2
3 This plugin adds completion for [Bower](https://bower.io/) and a few useful aliases for common Bower commands.
4
5 To use it, add `bower` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... bower)
9 ```
10
11 ## Aliases
12
13 | Alias | Command         | Description                                            |
14 |-------|-----------------|--------------------------------------------------------|
15 | bi    | `bower install` | Installs the project dependencies listed in bower.json |
16 | bl    | `bower list`    | List local packages and possible updates               |
17 | bs    | `bower search`  | Finds all packages or a specific package.              |