0.1.4 • Published 11 years ago
gulp-autocompletion-zsh v0.1.4
gulp-autocompletion-zsh
Autocompletion for your gulp.js tasks in the Z-Shell (zsh).
Installation
Install with npm or manually.
Via npm
$ npm install -g gulp-autocompletion-zshAfter that you have to restart your zsh.
Manually
- Clone this repository to your favorite path (e.g.
~/zsh-extensions/gulp-autocompletion-zsh) sourcethe file in your.zshrc- Restart your
zsh
# Your .zshrc
source $HOME/zsh-extensions/gulp-autocompletion-zsh/gulp-autocompletion.zshVia antigen
$ antigen bundle akoenig/gulp-autocompletion-zshUsage
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 (andre.koenig@posteo.de)