Skip to content

⚓ Minimalism's pre-commit, pre-push hooks.

License

Notifications You must be signed in to change notification settings

nerdosity/git-hooks

 
 

Repository files navigation

⚓ git-hooks

Minimalism's pre-commit, pre-push hooks.

pre-commit, pre-push hooks made easy.

ZERO dependencies

Installation

$ npm i --save-dev @amazingandyyy/git-hooks
# or
$ yarn add --dev @amazingandyyy/git-hooks

Config

package.json

{
   "scripts": {
      "test": "jest",
      "precommit": "npm run test",
      "prepush": "npm run test"
   }
}

Uninstallation

$ npm uninstall @amazingandyyy/git-hooks
# or
$ yarn remove @amazingandyyy/git-hooks

License

MIT

About

⚓ Minimalism's pre-commit, pre-push hooks.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.2%
  • Shell 10.8%