Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 1.64 KB

README.zh-CN.md

File metadata and controls

63 lines (44 loc) · 1.64 KB

cz-conventional-emoji

一个遵循 conventional-changelog 的带有 emoji 的 commitizen 适配器。

Commitizen friendly

NPM

English | 简体中文

 Select the type of change that you're committing: (Use arrow keys)
❯ ✨  Feat:              Introducing new features.
  🐛  Bug:               Fixing a bug.
  📝  Docs:              Writing docs.
  🎨  Style:             Improving structure / format of the code.
  💄  UI:                Updating the UI and style files.
  🚑  Quickfix:          Critical hotfix.
  ⚡️  Pref:              Improving performance.
(Move up and down to reveal more choices)

安装

我们默认你已经安装过 Commitizen

全局

yarn global add cz-conventional-emoji
# OR
# npm install --global cz-conventional-emoji

# 设置全局默认适配器
echo '{ "path": "cz-conventional-emoji" }' > ~/.czrc

本地

yarn add cz-conventional-emoji
# OR
# npm install --save-dev cz-conventional-emoji

# 为你的项目设置默认适配器
"config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-emoji"
    },
  }

使用

当需要提交时,只需使用“git cz”代替“git commit”即可。查看Commitizen官方文档了解更多信息。

作者

gaoancun [email protected]

许可证

MIT