aequasi / git-precommit-handler
Git Pre-Commit Handler
1.3.1
2015-06-05 00:39 UTC
Requires
- symfony/console: >=2.3.0,<2.8.0
- symfony/process: >=2.3.0,<2.8.0
- symfony/yaml: >=2.3.0,<2.8.0
Requires (Dev)
- composer/composer: ~1.0@dev
This package is auto-updated.
Last update: 2024-11-05 18:51:58 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