czg 1.3.11 → 1.3.12
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 +3 -3
- package/bin/index.js +129 -129
- package/package.json +4 -4
package/README.md
CHANGED
@@ -35,9 +35,9 @@
|
|
35
35
|
<br/>
|
36
36
|
<br/>
|
37
37
|
|
38
|
-
- **Lightweight** : Zero Dependencies (1.3MB)
|
39
|
-
- **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
|
40
|
-
- **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
|
38
|
+
- ⚡️ **Lightweight** : Zero Dependencies (1.3MB)
|
39
|
+
- 🤗 **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
|
40
|
+
- 😎 **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
|
41
41
|
|
42
42
|

|
43
43
|
|