App-GitHooks
view release on metacpan or search on metacpan
App-GitHooks
============
[](https://travis-ci.org/guillaumeaubert/App-GitHooks)
[](https://coveralls.io/r/guillaumeaubert/App-GitHooks?branch=master)
[](https://metacpan.org/release/App-GitHooks)
[](http://dev.perl.org/licenses/)
`App::GitHooks` is an extensible and easy to configure git hooks framework that
supports many plugins.
OVERVIEW
--------
* Here's an example of it in action, running the `pre-commit` hook checks before
the commit message can be entered:

lib/App/GitHooks.pm view on Meta::CPAN
Version 1.9.0
=cut
our $VERSION = '1.9.0';
=head1 DESCRIPTION
C<App::GitHooks> is an extensible and easy to configure git hooks framework that supports many plugins.
Here's an example of it in action, running the C<pre-commit> hook checks before
the commit message can be entered:
=begin html
<div><img src="https://raw.github.com/guillaumeaubert/App-GitHooks/master/img/app-githooks-example-success.png"></div>
=end html
( run in 1.740 second using v1.01-cache-2.11-cpan-e1769b4cff6 )