2017 © Pedro Peláez
 

scripts woocommerce-git-hooks

WooCommerce Git Hooks

image

woocommerce/woocommerce-git-hooks

WooCommerce Git Hooks

  • Monday, December 18, 2017
  • by claudiosanches
  • Repository
  • 44 Watchers
  • 2 Stars
  • 4,229 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 21 % Grown

The README.md

WooCommerce Git Hooks

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

Installation

composer require woocommerce/woocommerce-git-hooks

Usage

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

    "scripts": {
        "pre-update-cmd": "WooCommerce\\GitHooks\\Hooks::preHooks",
        "pre-install-cmd": "WooCommerce\\GitHooks\\Hooks::preHooks",
        "post-update-cmd": "WooCommerce\\GitHooks\\Hooks::postHooks",
        "post-install-cmd": "WooCommerce\\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.5 - Fixed how check for phpcs.xml.dist.
  • 2017-12-18 - 1.0.4 - Auto detects phpcs.xml or phpcs.xml.dist by default. No longer accepts phpcs.ruleset.xml.
  • 2017-11-09 - 1.0.3 - Removed list of ignored directories.
  • 2017-09-27 - 1.0.2 - Uses phpcs.ruleset.xml instead of dev.ruleset.xml.
  • 2017-07-20 - 1.0.1 - Ignore 3rd party libraries and legacy code.
  • 2017-06-26 - 1.0.0 - Initial release.

Sources

Inspired by:, (*4)

The Versions

18/12 2017

dev-master

9999999-dev

WooCommerce Git Hooks

  Sources   Download

MIT

18/12 2017

1.0.5

1.0.5.0

WooCommerce Git Hooks

  Sources   Download

MIT

18/12 2017

1.0.4

1.0.4.0

WooCommerce Git Hooks

  Sources   Download

MIT

09/11 2017

1.0.3

1.0.3.0

WooCommerce Git Hooks

  Sources   Download

MIT

27/09 2017

1.0.2

1.0.2.0

WooCommerce Git Hooks

  Sources   Download

MIT

20/07 2017

1.0.1

1.0.1.0

WooCommerce Git Hooks

  Sources   Download

MIT

27/06 2017

1.0.0

1.0.0.0

WooCommerce Git Hooks

  Sources   Download

MIT