gulp.plugin.zsh
v1.0.1
Published
Autocompletion support for your gulp.js tasks (zsh).
Downloads
3
Readme
gulp.plugin.zsh
Autocompletion for your gulp.js tasks in the Z-Shell (zsh).
Installation
Install with npm or manually.
Via npm
$ npm install -g gulp.plugin.zsh
After that you have to restart your zsh
.
Manually
- Clone this repository to your favorite path (e.g.
~/zsh-extensions/gulp.plugin.zsh
) source
the file in your.zshrc
- Restart your
zsh
# Your .zshrc
source $HOME/zsh-extensions/gulp.plugin.zsh/gulp.plugin.zsh
Via antigen
$ antigen bundle akoenig/gulp.plugin.zsh
Usage
Switch to your project (a.k.a. the place where the gulpfile.js
lives):
$ gulp <TAB>
Exemplary output:
λ build book → git master* → gulp
appendix concat glossary pdf spellcheck toc build default lof preface statistics
Author
Copyright 2014-2015, André König ([email protected])