2017 © Pedro Peláez
 

scripts wpeverest-git-hooks

WPEverest Git Hooks

image

wpeverest/wpeverest-git-hooks

WPEverest Git Hooks

  • Monday, December 18, 2017
  • by shivapoudel
  • Repository
  • 1 Watchers
  • 0 Stars
  • 125 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 1 % Grown

The README.md

WPEverest Git Hooks

Collection of WPEverest core git hooks., (*1)

Installation

composer require wpeverest/wpeverest-git-hooks

Usage

Include the follow lines into the project's composer.json:, (*2)

    "scripts": {
        "pre-update-cmd": "WPEverest\\GitHooks\\Hooks::preHooks",
        "pre-install-cmd": "WPEverest\\GitHooks\\Hooks::preHooks",
        "post-update-cmd": "WPEverest\\GitHooks\\Hooks::postHooks",
        "post-install-cmd": "WPEverest\\GitHooks\\Hooks::postHooks"
    }

Manual setup (optional)

By default should already run all commands from composer scripts when installed, but if necessary run it manually is possible with the follow commands:, (*3)

composer run-script pre-update-cmd
composer run-script post-update-cmd

Release history

  • 2017-12-18 - 1.0.2 - Auto detects phpcs.xml or phpcs.xml.dist by default. No longer accepts phpcs.ruleset.xml.
  • 2017-11-10 - 1.0.1 - Removed list of ignored directories.
  • 2017-10-03 - 1.0.0 - Initial release.

Sources

Inspired by:, (*4)

The Versions

18/12 2017

dev-master

9999999-dev

WPEverest Git Hooks

  Sources   Download

MIT

by Shiva Poudel

18/12 2017

1.0.2

1.0.2.0

WPEverest Git Hooks

  Sources   Download

MIT

by Shiva Poudel

10/11 2017

1.0.1

1.0.1.0

WPEverest Git Hooks

  Sources   Download

MIT

by Shiva Poudel

03/10 2017

1.0.0

1.0.0.0

WPEverest Git Hooks

  Sources   Download

MIT

by Shiva Poudel