1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-23 09:13:58 +08:00
ohmyzsh/plugins/gulp/README.md

9 lines
265 B
Markdown
Raw Normal View History

# gulp plugin
2018-10-03 23:56:27 +08: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.
To use it, add `gulp` to the plugins array of your `.zshrc` file:
```
plugins=(... gulp)
```