serverless-spy
Version:
CDK-based library for writing elegant integration tests on AWS serverless architecture and an additional web console to monitor events in real time.
42 lines (26 loc) • 1.2 kB
Markdown
# bower-complete
A [tabtab]() plugin to implement bash / zsh / fish completion to [Bower][]

## Install
npm install bower-complete -g
On install, you'll be prompted for an install location for the shell completion
script:
- Choose STDOUT to output the script to the console, without writing anything.
- Choose Shell configuration file for user specific completion: ~/.bashrc, ~/.zshrc or ~/.config/fish/config.fish
- Choose a system-wide directory for global installation: /etc/bash_completion.d, /usr/local/share/zsh/site-functions or ~/.config/fish/completions
Depending on your shell:
**bash**
![bash][]
**fish**
![fish][]
**zsh**
![zsh][]
[Bower]: http://bower.io
[tabtab]: https://github.com/mklabs/node-tabtab
[bash]: https://raw.githubusercontent.com/mklabs/node-tabtab/master/docs/img/bash-install.png
[zsh]: https://raw.githubusercontent.com/mklabs/node-tabtab/master/docs/img/zsh-install.png
[fish]: https://raw.githubusercontent.com/mklabs/node-tabtab/master/docs/img/fish-install.png
---
> [MIT](./LICENSE) ·
> [mkla.bz](http://mkla.bz) ·
> [@mklabs](https://github.com/mklabs)