Git hooks 工具 husky

码农软件 · 软件分类 · Git开源工具 · 2019-11-04 09:28:33

软件介绍

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

安装:

npm install husky --save-dev

代码示例:

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

本文地址:https://www.codercto.com/soft/d/18234.html

Game Programming Patterns

Game Programming Patterns

Robert Nystrom / Genever Benning / 2014-11-2 / USD 39.95

The biggest challenge facing many game programmers is completing their game. Most game projects fizzle out, overwhelmed by the complexity of their own code. Game Programming Patterns tackles that exac......一起来看看 《Game Programming Patterns》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具