An open API service indexing awesome lists of open source software.

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

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
```