7 Star 66 Fork 22

yiyun / PluginCore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Development.md 494 Bytes
一键复制 编辑 原始数据 按行查看 历史

参与开发 指南

git cz

Commitizen是一个撰写合格 Commit message 的工具。

安装命令如下。

npm install -g commitizen

然后,在项目目录里,运行下面的命令,使其支持 Angular 的 Commit message 格式。

commitizen init cz-conventional-changelog --save --save-exact

以后,凡是用到 git commit 命令,一律改为使用 git cz 。这时,就会出现选项,用来生成符合格式的 Commit message。

C#
1
https://gitee.com/yiyungent/PluginCore.git
git@gitee.com:yiyungent/PluginCore.git
yiyungent
PluginCore
PluginCore
main

搜索帮助