diff options
author | Marc Cornellà <marc.cornella@live.com> | 2018-10-03 17:56:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-03 17:56:47 +0200 |
commit | 9b19ca28719c7cd0034e1f30f1c3882183180518 (patch) | |
tree | df0019e798abc2a5f73073795b44659de745f169 /plugins/gulp/README.md | |
parent | 0f6e3dc223942f553fa512d4d8d2d9eb3df3ab8e (diff) | |
parent | 8bc176f1248c3ade50fb831afd60f3bc044f8ae4 (diff) | |
download | zsh-9b19ca28719c7cd0034e1f30f1c3882183180518.tar.gz zsh-9b19ca28719c7cd0034e1f30f1c3882183180518.tar.bz2 zsh-9b19ca28719c7cd0034e1f30f1c3882183180518.zip |
gulp: add README (#7200)
Diffstat (limited to 'plugins/gulp/README.md')
-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..4ed2b99b3 --- /dev/null +++ b/plugins/gulp/README.md @@ -0,0 +1,8 @@ +# gulp plugin + +This plugin adds autocompletion for your [`gulp`](https://gulpjs.com/) 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) +``` |