JSPM

cz-conventional-template-zh-cn

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q65813F
  • License ISC

A Simplified Chinese template for commitizen using the cz-conventional-changelog(zh-cn) adapter

Package Exports

  • cz-conventional-template-zh-cn
  • cz-conventional-template-zh-cn/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cz-conventional-template-zh-cn) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

cz-conventional-template-zh-cn

npm version npm downloads

应用于 commitizen 的多仓库(multi-repo)简体中文 模板。

commitizen 友好型仓库(commitizen-friendly):可理解为能够运行 nodejs 代码的环境。

如果你更喜欢单纯的 cz-conventional-changelog,而不是一个集成模板,恰巧你又希望是中文版的,可以考虑去 cz-conventional-changelog-zh-cn 看一下,也许能帮到你。

截图

截图

配置

# 初始化 git
git init

# 初始化 nodejs 项目
npm init

# 以开发依赖方式安装 cz-conventional-template-zh-cn
npm install --save-dev cz-conventional-template-zh-cn

# 添加运行脚本
npm pkg set scripts.commit="cz-zh-cn"

# ... 执行 git add 添加待提交文件后

# 运行命令提交 git
npm run commit

相关索引