diff options
author | Denys Dovhan <denysdovhan@gmail.com> | 2018-10-03 16:12:26 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-03 16:12:26 +0300 |
commit | e03fe0c3019e6359705f5234cbba4b6e389ab5a4 (patch) | |
tree | 06374d63c144f74c7f2850540b23ca0fff628531 /plugins/gulp | |
parent | 0fdb911da0ac6f167c558af129a64211c1a560ee (diff) | |
download | zsh-e03fe0c3019e6359705f5234cbba4b6e389ab5a4.tar.gz zsh-e03fe0c3019e6359705f5234cbba4b6e389ab5a4.tar.bz2 zsh-e03fe0c3019e6359705f5234cbba4b6e389ab5a4.zip |
Add README.md to gulp plugin. Issue #7175
Diffstat (limited to 'plugins/gulp')
-rw-r--r-- | plugins/gulp/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/gulp/README.md b/plugins/gulp/README.md new file mode 100644 index 000000000..eae1b66ad --- /dev/null +++ b/plugins/gulp/README.md @@ -0,0 +1,8 @@ +# 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) +``` |