git-guppy
git-guppy copied to clipboard
Simple git-hook integration for your gulp workflows.
| 🚨🔥⚠️ _Action required_: Switch to the new [Greenkeeper](https://git.io/uptodate) now! 🚨🔥⚠️ | | --- | | This version of Greenkeper will be __shutdown on May 31st.__ | | With [Integrations](https://developer.github.com/early-access/integrations/)...
| 🚨🔥⚠️ _Action required_: Switch to the new [Greenkeeper](https://git.io/uptodate) now! 🚨🔥⚠️ | | --- | | This version of Greenkeper will be __shutdown on May 31st.__ | | With [Integrations](https://developer.github.com/early-access/integrations/)...
There seems to be an increasing need for complex project structures where gulp and/or gulpfile.js are not in the project root. Example use case: ``` . ├── .git ├── foo...
Hello lovely humans, [updtr](https://www.npmjs.com/package/updtr) just published its new version 1.0.0. State Update :rocket: Dependency updtr New version 1.0.0 Type devDependency This version is **not covered** by your **current version range**....
This is an alternative to #73 that only relies on the environment variables passed down through Git hooks. A Git hook is executed from the location of the root .git...
Refer to this [issue](https://github.com/therealklanni/git-guppy/issues/41) When .git and gulpfile are in different folders `guppy.src` and `guppy.stream` return empty arrays of related files. Fixed.
Support for [GitFlow](https://github.com/petervanderdoes/gitflow-avh) `release` and `feature` hooks.
@lucasconstantino I made a couple minor changes to your PR. Care to review?
This pull-request aims to make it easier - and less bloating to the dependency system - to define hooks to be installed via package.json config. I've introduced a property named...