Skip to content

RichardTMiles/php-git-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhpGitHooks

Standardizing my .githooks runtime

Installation

composer require --dev richardtmiles/php-git-hooks

You'll need to add the following manually to your composer.json. PhpGitHooks\\PhpGitHooks::install can be run in any order. Learn more about Composer scripts here.

{
  "scripts": {
    "post-install-cmd": [
      "PhpGitHooks\\PhpGitHooks::install"
    ],
    "post-update-cmd": [
      "PhpGitHooks\\PhpGitHooks::install"
    ]
  },
}

About

Standardizing my .githooks runtime

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages