https://github.com/klassm/gulp_wrapper
A wrapper to run gulp tasks from everywhere within a folder
https://github.com/klassm/gulp_wrapper
Last synced: 21 days ago
JSON representation
A wrapper to run gulp tasks from everywhere within a folder
- Host: GitHub
- URL: https://github.com/klassm/gulp_wrapper
- Owner: klassm
- Created: 2019-02-04T15:54:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T16:22:20.000Z (over 7 years ago)
- Last Synced: 2025-02-27T18:52:37.819Z (over 1 year ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Gulp Wrapper
===
A wrapper script searching for gulp installation is parent directories. Thus, you can call `gulpw mytask` in any subdirectory.
### Installation
Download `gulpw` into a directory which is available in your `PATH`. Make sure you also have `python3` installed.
### ZSH Autocomplete
Download `plugin/_gulpw` and put it into a directory which is available in `fpath`.
For oh-my-zsh: Add `gulpw` as plugin and put `plugin/_gulpw` to `~/.oh-my-zsh/plugins/gulpw/`. Restart the shell.