Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 794 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 794 Bytes

git-prepush-hook

Dependency Status devDependency Status

A really simple pre-push hook.

This package is completely inspired by https://github.com/nlf/precommit-hook, thank you NLF.

Install

npm install git-prepush-hook

Configuration

Configure the pre-push hooks via your package.json.

{
  "name": "your_project",
  "description": "just an example",
  "scripts": {
    "test": "gulp test"
  },
  "pre-push": ["test"]
}

Bugs or questions? @sturdynut

MIT License