git-prepush-hook

1.0.2 • Public • Published

git-prepush-hook

Build Status 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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i git-prepush-hook

    Weekly Downloads

    16

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • sturdynut