Skip to content

First Release: 🗜️ git-hooks

Latest
Compare
Choose a tag to compare
@amazingandyyy amazingandyyy released this 15 Aug 16:42
· 3 commits to master since this release

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