ohmyzsh/plugins/gulp
Denys Dovhan e03fe0c301
Add README.md to gulp plugin. Issue #7175
2018-10-03 16:12:26 +03:00
..
README.md Add README.md to gulp plugin. Issue #7175 2018-10-03 16:12:26 +03:00
gulp.plugin.zsh Update gulp.plugin.zsh 2015-12-15 12:14:41 +01:00

README.md

gulp plugin

This plugin adds autocompletion for your gulp tasks. It grabs all available tasks from the gulpfile.js in the current directory.

To use it, add gulp to the plugins array of your .zshrc file:

plugins=(... gulp)