0.0.9 • Published 7 years ago

git-hooks-node v0.0.9

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

git-hooks-node npm version badge travis badge downloads badge

Allows you to use nodejs write git-hooks

Install

npm install git-hooks-node --save-dev
// Edit package.json
{
  "scripts": {
    "prepush": "node ./hooks/pre-push.js",
    "prepushtag": "npm run publish",
    "prepushbranch": "npm test",
    "...": "..."
  }
}

Uninstall

npm uninstall git-hooks-node --save-dev

Thank you for

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago