Skip to content

Releases: scratchese/git-hooks

First Release: 🗜️ git-hooks

15 Aug 16:42
Compare
Choose a tag to compare

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

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