Files

9 lines
265 B
Markdown
Raw Permalink Normal View History

2018-10-03 16:12:26 +03:00
# gulp plugin
2018-10-03 17:56:27 +02:00
This plugin adds autocompletion for your [`gulp`](https://gulpjs.com/) tasks. It grabs all available tasks from the `gulpfile.js` in the current directory.
2018-10-03 16:12:26 +03:00
To use it, add `gulp` to the plugins array of your `.zshrc` file:
```
plugins=(... gulp)
```