ixm/git-hooks

There is no license information available for the latest version (dev-master) of this package.

A set of handy git hooks that should be used for any Drupal-based project.

dev-master 2018-12-11 22:57 UTC

This package is not auto-updated.

Last update: 2023-06-03 23:02:19 UTC


README

Installation:

  • add following code to composer.json file in the root foldr of your project

"scripts": {

"ixm": "robo --ansi --load-from $(pwd)/vendor/ixm/"

}