Skip to content

sturdynut/git-prepush-hook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A really simple pre-push hook.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published