guncha25/git-hooks

This package is abandoned and no longer maintained. No replacement package was suggested.

Installs: 119

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Language:Shell

Type:git-hooks

2.3 2019-08-14 14:54 UTC

This package is auto-updated.

Last update: 2019-09-30 08:44:05 UTC


README

Git hooks to help in development process.

Installation

Add this to your composer.json (depending on where your hooks are in relation to composer):

{
    "extra": {
        "dropin-paths": {
            "../.git/hooks": ["type:git-hooks"]
        }
    }
}

Then install the composer package as usual with

composer require guncha25/git-hooks

Maintainers

Guntis Jakovins

License

MIT