https://github.com/akoenig/gulp.plugin.zsh
Autocompletion support for your gulp.js tasks (zsh).
https://github.com/akoenig/gulp.plugin.zsh
Last synced: 5 months ago
JSON representation
Autocompletion support for your gulp.js tasks (zsh).
- Host: GitHub
- URL: https://github.com/akoenig/gulp.plugin.zsh
- Owner: akoenig
- Created: 2014-04-01T19:42:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-05T11:28:22.000Z (almost 10 years ago)
- Last Synced: 2025-02-06T12:05:03.934Z (10 months ago)
- Language: Shell
- Homepage:
- Size: 192 KB
- Stars: 32
- Watchers: 3
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
Awesome Lists containing this project
- awesome-zsh-plugins - gulp (akoenig) - Autocompletion for your gulp.js tasks in the Z-Shell (ZSH). (Completions / ZSH on Windows)
- fucking-awesome-zsh-plugins - gulp (akoenig) - Autocompletion for your gulp.js tasks in the Z-Shell (ZSH). (Completions / ZSH on Windows)
- awesome-zsh-plugins - gulp - Autocompletion for your gulp.js tasks in the Z-Shell (ZSH). (Completions / Zinit (née zplugin))
README
# gulp.plugin.zsh
> Autocompletion for your gulp.js tasks in the Z-Shell (zsh).
## Installation
Install with npm or manually.
### Via npm
$ npm install -g gulp.plugin.zsh
After that you have to restart your `zsh`.
### Manually
1. Clone this repository to your favorite path (e.g. `~/zsh-extensions/gulp.plugin.zsh`)
2. `source` the file in your `.zshrc`
3. Restart your `zsh`
```sh
# Your .zshrc
source $HOME/zsh-extensions/gulp.plugin.zsh/gulp.plugin.zsh
```
### Via antigen
$ antigen bundle akoenig/gulp.plugin.zsh
## Usage
Switch to your project (a.k.a. the place where the `gulpfile.js` lives):
$ gulp
Exemplary output:
λ build book → git master* → gulp
appendix concat glossary pdf spellcheck toc build default lof preface statistics
## Author
Copyright 2014-2015, [André König](http://andrekoenig.info) (andre.koenig@posteo.de)