1.1.25 • Published 7 years ago

hitched v1.1.25

Weekly downloads
25
License
SEE LICENSE IN LI...
Repository
github
Last release
7 years ago

Git hooks, made easy and lightweight for Node

GitHub | Hooks list | Migrating | NPM

hitched makes Git hooks easy

With hitched, you can easily prevent garbage-y commits and keep bad code out of your repositories.

Installation

Simply install hitched as a dependency...

npm install --save hitched

And you're now able to use all of the nifty Git hooks, right in your package scripts.

package.json: "scripts"

{
	"precommit": "npm test",
	"prepush": "npm test",
	"...": "..."
}

Pretty awesome, right?

Migration guide / Why migrate?

If you're migrating from another Node Git hook package or are considering doing so, have a look at the migration guide: Migrating to hitched

Full list of Git hooks

hitched supports all common Git hooks.

For a full list of supported Git hooks and information about the hooks, see the list over here.

hitched in CI environments

See the docs article: Using hitched in a CI environment

1.1.25

7 years ago

1.1.24

7 years ago

1.0.13

7 years ago

1.0.12

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