项目作者: amazingandyyy

项目描述 :
⚓ Minimalism's pre-commit, pre-push hooks.
高级语言: JavaScript
项目地址: git://github.com/amazingandyyy/git-hooks.git
创建时间: 2019-08-15T05:58:15Z
项目社区:https://github.com/amazingandyyy/git-hooks

开源协议:MIT License

下载



⚓ git-hooks


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











pre-commit, pre-push hooks made easy.

ZERO dependencies

Installation

  1. $ npm i --save-dev @amazingandyyy/git-hooks
  2. # or
  3. $ yarn add --dev @amazingandyyy/git-hooks

Config

package.json

  1. {
  2. "scripts": {
  3. "test": "jest",
  4. "precommit": "npm run test",
  5. "prepush": "npm run test"
  6. }
  7. }

Uninstallation

  1. $ npm uninstall @amazingandyyy/git-hooks
  2. # or
  3. $ yarn remove @amazingandyyy/git-hooks

License

MIT