czg 1.11.0 → 1.11.1-beta.2
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.
- package/README.md +2 -2
- package/lib/index.d.ts +1 -2
- package/lib/main.js +126 -113
- package/package.json +2 -2
package/README.md
CHANGED
@@ -37,10 +37,10 @@ Interactive Commitizen CLI that generate standardized git commit message
|
|
37
37
|
<br/>
|
38
38
|
<br/>
|
39
39
|
|
40
|
-
-
|
41
|
-
- ⚡️ **Lightweight** : Zero Dependencies (1.31MB)
|
40
|
+
- ⚡️ **Lightweight** : Zero Dependencies (1.32MB)
|
42
41
|
- 🤗 **Simpler and Faster** : No plugin, No adapter, No extra steps, You can use `npx` | `npm script` | `global install`... quick start CLI in your any project
|
43
42
|
- 😎 **Highly Customizable** : Internally contains the core of cz-git. Extend all the features of cz-git. Same behavior, Same configuration loader... You can customize the commit CLI according to your need
|
43
|
+
- 🤖 **OpenAI Support.** Let the AI generate your git commit message description.
|
44
44
|
|
45
45
|

|
46
46
|
|
package/lib/index.d.ts
CHANGED
@@ -136,9 +136,8 @@ type TargetCaseType = 'camel-case' | 'kebab-case' | 'snake-case' | 'pascal-case'
|
|
136
136
|
|
137
137
|
/**
|
138
138
|
* @description cz-git types
|
139
|
-
* @author
|
139
|
+
* @author Zhengqbbb <zhengqbbb@gmail.com>
|
140
140
|
* @license MIT
|
141
|
-
* @copyright Copyright (c) 2022-present Qiubin Zheng
|
142
141
|
*/
|
143
142
|
|
144
143
|
/** cz-git + commitlint configure */
|