aequasi/git-precommit-handler

Git Pre-Commit Handler

Maintainers

Package info

github.com/aequasi/git-precommit-handler

Issues

pkg:composer/aequasi/git-precommit-handler

Statistics

Installs: 53

Dependents: 0

Suggesters: 0

Stars: 0

1.3.1 2015-06-05 00:39 UTC

This package is auto-updated.

Last update: 2026-03-05 21:40:28 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