aequasi/git-precommit-handler

Git Pre-Commit Handler

1.3.1 2015-06-05 00:39 UTC

This package is auto-updated.

Last update: 2024-04-05 17:42:59 UTC


README

It is replaced by https://github.com/aequasi/git-hook-handler

git-precommit-handler

Just create a pre-commit-hook.yml file in your projects base directory, and fill it with an array of commands you want to run:

- bldr run ci
- phpunit
- bin/phpcs