2017 © Pedro Peláez
 

library git-validate

CLI tool for Git hook validation

image

misumirize/git-validate

CLI tool for Git hook validation

  • Saturday, December 13, 2014
  • by MisumiRize
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1,845 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

GitValidate Build Status

GitValidate is a CLI tool for Git hook validation., (*1)

Requirement

  • PHP >= 5.4
  • symfony/console
  • symfony/process
  • phine/path

Installation

$ ln -s /path/to/bin/validate /path/to/repo/.git/hooks/pre-commit

.validate.json

{
    "pre-commit": "test",
    "scripts": {
        "test": "phpunit"
    }
}

The Versions

13/12 2014

dev-master

9999999-dev

CLI tool for Git hook validation

  Sources   Download

MIT

The Requires

 

The Development Requires

by Misumi Rize

11/12 2014

v0.1.0

0.1.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Misumi Rize