Skip to content

kuborgh/symfony-git-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

symfony-git-hooks

Collection of git hooks, used in symfony projects

Motivation

This project was inspired by a copy&paste solution of different internal projects and by other existing projects which were

The goal is to build a package, than can be installed automatically in no time and will do just 2-3 simple checks. Also it should only consider Symfony2 coding standards and nothing else.

Installation

  1. Add package to composer
composer require kuborgh/symfony-git-hooks @dev-master
  1. Add scripts to composer (as it can not be done automatically composer/composer#1193)
    "scripts": {
        "post-package-install": [
            "Kuborgh\\GitHook\\ComposerInstaller::installHooks"
        ],
        "post-package-update": [
            "Kuborgh\\GitHook\\ComposerInstaller::installHooks"
        ]
    }

About

Collection of git hooks, used in symfony projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages