hiqdev / hidev

Automation tool mixed with code generator for easier continuous development
http://hiqdev.com/packages/hidev
BSD 3-Clause "New" or "Revised" License
27 stars 6 forks source link

git hooks support #1

Open Faryshta opened 8 years ago

Faryshta commented 8 years ago

It would be nice to have git hooks handling the following events

hiqsol commented 8 years ago

'hook' action can be added to GitController to create all configured hooks. Configuration should look like:

git:
    pre-commit: fix
    pre-push: test

Then hooks are installed with hidev git/hook command.