https://github.com/zhengqbbb/czgit-playground
🏫 cz-git usage playground ~
https://github.com/zhengqbbb/czgit-playground
commit commit-message commitizen cz-cli cz-git
Last synced: 8 months ago
JSON representation
🏫 cz-git usage playground ~
- Host: GitHub
- URL: https://github.com/zhengqbbb/czgit-playground
- Owner: Zhengqbbb
- Created: 2022-06-22T10:37:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T13:17:19.000Z (11 months ago)
- Last Synced: 2025-02-17T04:07:24.029Z (8 months ago)
- Topics: commit, commit-message, commitizen, cz-cli, cz-git
- Homepage:
- Size: 1.38 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cz-git playground
> provide [cz-git](https://github.com/Zhengqbbb/cz-git) configure playground## Use commitizen cli
- npm repo: [branch: commitizen-npm](https://github.com/Zhengqbbb/czgit-playground/tree/commitizen-npm)
- yarn repo: [branch: commitizen-yarn](https://github.com/Zhengqbbb/czgit-playground/tree/commitizen-yarn)
- pnpm repo: [branch: commitizen-pnpm](https://github.com/Zhengqbbb/czgit-playground/tree/commitizen-pnpm)
- yarn + lernajs monorepo: [branch: commitizen-yarn-monorepo](https://github.com/Zhengqbbb/czgit-playground/tree/commitizen-yarn-monorepo)
- pnpm monorepo: [branch: commitizen-pnpm-monorepo](https://github.com/Zhengqbbb/czgit-playground/tree/commitizen-pnpm-monorepo)
- esm configure usage: [branch: commitizen-esm](https://github.com/Zhengqbbb/czgit-playground/tree/commitizen-esm)## Use czg
- yarn v3 repo: [branch: czg-yarn-v3](https://github.com/Zhengqbbb/czgit-playground/tree/czg-yarn-v3)## Advanced Cook Book
- [branch: cache-scope](https://github.com/Zhengqbbb/czgit-playground/tree/cache-scope): cache custom-scope to re-run using
[Zhengqbbb/cz-git/discussions/104](https://github.com/Zhengqbbb/cz-git/discussions/104)
---
# cz-git 简易版教程
> [cz-git](https://github.com/Zhengqbbb/cz-git)## 使用 commitizen 命令行工具
- npm 仓库: [分支名: commitizen-npm-zh](https://github.com/Zhengqbbb/czgit-playground/tree/commitizen-npm-zh)
- yarn 仓库: [分支名: commitizen-yarn-zh](https://github.com/Zhengqbbb/czgit-playground/tree/commitizen-yarn-zh)
- pnpm 仓库: [分支名: commitizen-pnpm-zh](https://github.com/Zhengqbbb/czgit-playground/tree/commitizen-pnpm-zh)
- yarn + lernajs 单体仓库: [分支名: commitizen-yarn-monorepo-zh](https://github.com/Zhengqbbb/czgit-playground/tree/commitizen-yarn-monorepo-zh)
- pnpm 单体仓库: [分支名: commitizen-pnpm-monorepo-zh](https://github.com/Zhengqbbb/czgit-playground/tree/commitizen-pnpm-monorepo-zh)
- esm 配置使用: [分支名: commitizen-esm](https://github.com/Zhengqbbb/czgit-playground/tree/commitizen-esm)