Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
67f3c72d
Commit
67f3c72d
authored
Oct 04, 2018
by
Aswath K
Committed by
Marc Cornellà
Oct 04, 2018
Browse files
bower: add README (#7216)
parent
b231840d
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/bower/README.md
0 → 100644
View file @
67f3c72d
# Bower plugin
This plugin adds completion for
[
Bower
](
https://bower.io/
)
and a few useful aliases for common Bower commands.
To use it, add
`bower`
to the plugins array in your zshrc file:
```
plugins=(... bower)
```
## Aliases
| Alias | Command | Description |
|-------|-----------------|--------------------------------------------------------|
| bi |
`bower install`
| Installs the project dependencies listed in bower.json |
| bl |
`bower list`
| List local packages and possible updates |
| bs |
`bower search`
| Finds all packages or a specific package. |
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment