czg 1.10.0-beta.1 → 1.10.0-beta.3
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 +1 -1
- package/lib/index.js +75 -75
- package/package.json +2 -2
package/README.md
CHANGED
@@ -38,7 +38,7 @@ Interactive Commitizen CLI that generate standardized git commit message
|
|
38
38
|
<br/>
|
39
39
|
|
40
40
|
- 🤖 **OpenAI Support.** Let the AI generate your git commit message description.
|
41
|
-
- ⚡️ **Lightweight** : Zero Dependencies (1.
|
41
|
+
- ⚡️ **Lightweight** : Zero Dependencies (1.31MB)
|
42
42
|
- 🤗 **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
43
|
- 😎 **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
|
44
44
|
|