Skip to content

yangjiqiao86/git-hooks-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Allows you to use nodejs write git-hooks

Resources

Stars

Watchers

Forks

Packages