UNPKG

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.

52 lines (32 loc) 1.46 kB
# yo-complete A [tabtab]() plugin to implement bash / zsh / fish completion to [Yeoman][] --- ![yo](http://i.imgur.com/LQYxCbZ.png) ![yo](http://i.imgur.com/yCjK3tJ.png) ## Install npm install yo-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][] [Yeoman]: http://yeoman.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 ## Todo(s) Right now, it only returns static value. It'll eventually use Yeoman environment API or invoke the CLI to dynamicaly discover generators and options / arguments. --- > [MIT](https://raw.githubusercontent.com/mklabs/node-tabtab/master/LICENSE)  ·  > [mkla.bz](http://mkla.bz)  ·  > [@mklabs](https://github.com/mklabs)