https://github.com/cryptiklemur/git-precommit-handler
Git Pre-commit Handler
https://github.com/cryptiklemur/git-precommit-handler
Last synced: 9 months ago
JSON representation
Git Pre-commit Handler
- Host: GitHub
- URL: https://github.com/cryptiklemur/git-precommit-handler
- Owner: cryptiklemur
- License: apache-2.0
- Created: 2015-06-04T20:10:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T04:36:27.000Z (over 7 years ago)
- Last Synced: 2025-06-04T07:37:57.760Z (about 1 year ago)
- Language: PHP
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# This project is deprecated
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:
```yml
- bldr run ci
- phpunit
- bin/phpcs
```