husky 可以防止使用 Git hooks 的一些不好的 commit 或者 push。

安装:

npm install husky --save-dev

代码示例:

// package.JSON
{
  "scripts": {
    "precommit": "npm test",
    "prepush": "npm test",
    "...": "..."
  }
}

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务