https://github.com/caomeiyouren/cz-conventional-changelog-cmyr
草梅友仁自定义的 commitizen 配置,支持中文提示
https://github.com/caomeiyouren/cz-conventional-changelog-cmyr
Last synced: 7 months ago
JSON representation
草梅友仁自定义的 commitizen 配置,支持中文提示
- Host: GitHub
- URL: https://github.com/caomeiyouren/cz-conventional-changelog-cmyr
- Owner: CaoMeiYouRen
- License: mit
- Created: 2021-12-18T10:03:59.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T12:08:43.000Z (11 months ago)
- Last Synced: 2025-04-09T09:17:01.864Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
cz-conventional-changelog-cmyr
> 草梅友仁自定义的 commitizen 配置
### 🏠 [主页](https://github.com/CaoMeiYouRen/cz-conventional-changelog-cmyr#readme)
[https://github.com/CaoMeiYouRen/cz-conventional-changelog-cmyr#readme](https://github.com/CaoMeiYouRen/cz-conventional-changelog-cmyr#readme)
### ✨ [Demo](https://github.com/CaoMeiYouRen/cz-conventional-changelog-cmyr#readme)
[https://github.com/CaoMeiYouRen/cz-conventional-changelog-cmyr#readme](https://github.com/CaoMeiYouRen/cz-conventional-changelog-cmyr#readme)
## 依赖要求
- node >=12
## 安装
```sh
npm install cz-conventional-changelog-cmyr -D
```
## 使用
在 `package.json` 添加如下配置
```json
{
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog-cmyr"
}
}
}
```
## 开发
```sh
npm run dev
```
## 编译
```sh
npm run build
```
## Lint
```sh
npm run lint
```
## Commit
```sh
npm run commit
```
## 作者
👤 **CaoMeiYouRen**
* Website: [https://blog.cmyr.ltd/](https://blog.cmyr.ltd/)
* GitHub: [@CaoMeiYouRen](https://github.com/CaoMeiYouRen)
## 🤝贡献
欢迎 贡献、提问或提出新功能!
如有问题请查看 [issues page](https://github.com/CaoMeiYouRen/cz-conventional-changelog-cmyr/issues).
贡献或提出新功能可以查看[contributing guide](https://github.com/CaoMeiYouRen/cz-conventional-changelog-cmyr/blob/master/CONTRIBUTING.md).
## 💰支持
如果觉得这个项目有用的话请给一颗⭐️,非常感谢
## 📝 License
Copyright © 2021 [CaoMeiYouRen](https://github.com/CaoMeiYouRen).
This project is [MIT](https://github.com/CaoMeiYouRen/cz-conventional-changelog-cmyr/blob/master/LICENSE) licensed.
***
_This README was generated with ❤️ by [cmyr-template-cli](https://github.com/CaoMeiYouRen/cmyr-template-cli)_