2017 © Pedro PelĂĄez
 

library hooker

Sensible git hooks for your projects

image

ob/hooker

Sensible git hooks for your projects

  • Thursday, January 22, 2015
  • by marcaube
  • Repository
  • 2 Watchers
  • 2 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Hooker

Sensible git hooks for your projects., (*1)

Build Status Scrutinizer Code Quality SensioLabsInsight ![Gitter](https://badges.gitter.im/Join Chat.svg), (*2)

Installation

  • Execute $ composer require --dev ob/hooker=1.0.x-dev, (*3)

  • Copy the hooker config cp vendor/ob/hooker/hooker.yml.dist hooker.yml.dist and tweak it to suit your needs, (*4)

  • Add the command to your project's .git/hooks/pre-commit hook, (*5)

#!/bin/sh

./vendor/bin/hooker hook:pre-commit
  • Finally, make it executable
$ chmod +x .git/hooks/pre-commit

License

Hooker is released under the MIT License. See the bundled LICENSE file for details., (*6)

The Versions

22/01 2015

dev-master

9999999-dev

Sensible git hooks for your projects

  Sources   Download

MIT

The Requires

 

The Development Requires

hook git hooks hooker

19/12 2014

dev-scrutinizer-patch-1

dev-scrutinizer-patch-1

Sensible git hooks for your projects

  Sources   Download

MIT

The Requires

 

The Development Requires

hook git hooks hooker