0.0.2 • Published 8 years ago

bower-complete v0.0.2

Weekly downloads
8
License
MIT
Repository
github
Last release
8 years ago

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


MIT  ·  mkla.bz  ·  @mklabs