czg 1.3.9-beta.1 → 1.3.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +43 -12
  2. package/bin/index.js +165 -153
  3. package/package.json +6 -5
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  > Interactive Commitizen CLI that generate standardized commit messages
4
4
 
5
5
  <p align="center">
6
- <a target="_blank" href="https://cz-git.qbenben.com/cli/">
6
+ <a target="_blank" href="https://cz-git.qbb.sh/cli/">
7
7
  <img style="display:inline-block;margin:0.2em;" alt="CLI-Link" src="https://img.shields.io/badge/Commitizen-CLI-red.svg?logo=git&style=flat">
8
8
  </a>
9
9
  <a target="_blank" href="https://github.com/agarrharr/awesome-cli-apps#git">
@@ -25,11 +25,11 @@
25
25
  <p align="center">
26
26
  <a href="https://github.com/Zhengqbbb/cz-git">Github</a>
27
27
  &nbsp; | &nbsp;
28
- <a href="https://cz-git.qbenben.com/cli/install.html">Installation</a>
28
+ <a href="https://cz-git.qbb.sh/cli/install.html">Installation</a>
29
29
  &nbsp; | &nbsp;
30
- <a href="https://cz-git.qbenben.com/cli/">Website</a>
30
+ <a href="https://cz-git.qbb.sh/cli/">Website</a>
31
31
  &nbsp; | &nbsp;
32
- <a href="https://cz-git.qbenben.com/zh/cli/">简体中文文档</a>
32
+ <a href="https://cz-git.qbb.sh/zh/cli/">简体中文文档</a>
33
33
  </p>
34
34
 
35
35
  <br/>
@@ -56,7 +56,7 @@ Create a `.czrc` file in the project root directory
56
56
  ```
57
57
 
58
58
  > **Note**
59
- > More information about configure file and options. See → [Config](https://cz-git.qbenben.com/config/)
59
+ > More information about configure file and options. See → [Config](https://cz-git.qbb.sh/config/)
60
60
 
61
61
  ## Features and Help
62
62
 
@@ -67,7 +67,7 @@ NAME:
67
67
  czg - Interactive Commitizen CLI that generate standardized commit messages
68
68
 
69
69
  WEBSITE:
70
- https://cz-git.qbenben.com/cli/
70
+ https://cz-git.qbb.sh/cli/
71
71
  https://github.com/Zhengqbbb/cz-git
72
72
 
73
73
  SYNOPSIS:
@@ -109,23 +109,54 @@ brew install czg
109
109
  ```
110
110
 
111
111
 
112
- [⇒ Get Started (more installation and usage)](https://cz-git.qbenben.com/cli/install.html)
112
+ [⇒ Get Started (more installation and usage)](https://cz-git.qbb.sh/cli/install.html)
113
113
 
114
114
  ## Configure
115
115
 
116
- [⇒ Configure Template](https://cz-git.qbenben.com/config/)
116
+ [⇒ Configure Template](https://cz-git.qbb.sh/config/)
117
117
 
118
- [⇒ Show Related](https://cz-git.qbenben.com/config/show.html)
118
+ [⇒ Show Related](https://cz-git.qbb.sh/config/show.html)
119
119
 
120
- [⇒ Engineering Related](https://cz-git.qbenben.com/config/engineer.html)
120
+ [⇒ Engineering Related](https://cz-git.qbb.sh/config/engineer.html)
121
121
 
122
122
  ## Recipes
123
123
 
124
- [⇒ Recipes](https://cz-git.qbenben.com/recipes/)
124
+ [⇒ Recipes](https://cz-git.qbb.sh/recipes/)
125
125
 
126
126
  ## FAQ
127
127
 
128
- [⇒ FAQ](https://cz-git.qbenben.com/faq/)
128
+ [⇒ FAQ](https://cz-git.qbb.sh/faq/)
129
+
130
+ ## Projects using czg CLI
131
+
132
+ <table>
133
+ <tr>
134
+ <td align="center" width="200px">
135
+ <a target="_blank" href="https://github.com/element-plus/element-plus">
136
+ <img src="https://user-images.githubusercontent.com/40693636/172459748-939e3f1b-a694-4c09-b643-e1dce602105c.png" alt="Element Plus logo" width="40"><br>
137
+ <sub>Element Plus</sub>
138
+ </a>
139
+ </td>
140
+ <td align="center" width="200px">
141
+ <a target="_blank" href="https://github.com/Tencent/tdesign-vue-next">
142
+ <img src="https://user-images.githubusercontent.com/40693636/170830562-38e4c998-9af4-4303-9270-4f14e0942b08.png" alt="TDesign-Vue-Next logo" width="40"><br>
143
+ <sub>TDesign-Vue-Next</sub>
144
+ </a>
145
+ </td>
146
+ <td align="center" width="200px">
147
+ <a target="_blank" href="https://github.com/vbenjs/vue-vben-admin">
148
+ <img src="https://user-images.githubusercontent.com/40693636/178189964-931a1fc2-92df-4d04-8d0d-b748fc318c0a.png" alt="Vben-Admin logo" width="40"><br>
149
+ <sub>Vben-Admin</sub>
150
+ </a>
151
+ </td>
152
+ <td align="center" width="200px">
153
+ <a target="_blank" href="https://github.com/buqiyuan/vue3-antd-admin">
154
+ <img src="https://user-images.githubusercontent.com/40693636/170830597-31d6f0d7-2c93-491b-a984-7bf21db8f75b.png" alt="Vue3-Antd-Admin logo" width="40"><br>
155
+ <sub>Vue3-Antd-Admin</sub>
156
+ </a>
157
+ </td>
158
+ </tr>
159
+ </table>
129
160
 
130
161
  ## LICENSE
131
162