Gathering detailed insights and metrics for czg-ex
Gathering detailed insights and metrics for czg-ex
Gathering detailed insights and metrics for czg-ex
Gathering detailed insights and metrics for czg-ex
cz-git | czg 🔨 Support OpenAI and more engineered, lightweight, customizable, standard output format commitizen adapter and CLI
npm install czg-ex
Typescript
Module System
Node Version
NPM Version
76.7
Supply Chain
99.5
Quality
75.5
Maintenance
100
Vulnerability
100
License
TypeScript (95.21%)
JavaScript (4.46%)
Shell (0.33%)
Total Downloads
669
Last Day
2
Last Week
3
Last Month
15
Last Year
206
828 Commits
1 Branches
1 Contributors
Latest Version
1.6.3
Package Id
czg-ex@1.6.3
Unpacked Size
1.50 MB
Size
483.39 kB
File Count
5
NPM Version
9.5.0
Node Version
18.15.0
Publised On
12 Apr 2023
Cumulative downloads
Total Downloads
Last day
0%
2
Compared to previous day
Last week
-25%
3
Compared to previous week
Last month
66.7%
15
Compared to previous month
Last year
-55.5%
206
Compared to previous year
Interactive Commitizen CLI that generate standardized git commit message
Github | Installation | Website | 简体中文文档
npx
| npm script
| global install
... quick start CLI in your any projectnpx czg
in your any projects.czrc
file in the project root directory1{ 2 "scopes": [ 3 "hello", 4 "world" 5 ] 6}
Note More information about configure file and options. See → Config
1$ czg --help 2NAME: 3 czg - Interactive Commitizen CLI that generate standardized git commit message 4 5WEBSITE: 6 https://cz-git.qbb.sh/cli/ 7 https://github.com/Zhengqbbb/cz-git 8 9SYNOPSIS: 10 czg [subcommand...] [options...] [git-commit-options...] 11 12SUBCOMMAND: 13 ai Turn on OpenAI generate subject mode 14 break Turn on appends a ! after the type/scope 15 emoji Turn on output message with emoji mode 16 checkbox Turn on scope checkbox mode 17 gpg Turn on use GPG sign commit message 18 19OPTIONS: 20 --config= Specify the configuration file to use 21 --openai-token= Setup OpenAI API secret key to local (.config/.czrc) 22 -N=,--ai-num= Setting AI return number subjects and Turn on choose mode 23 :, --alias Directly submit the defined commit message 24 -r, --retry Directly retry submit by the last message 25 -h, --help Show help 26 -v, --version Show version 27 28EXAMPLES: 29 czg 30 czg emoji 31 czg :fd 32 czg --config="./config/cz.json" 33 czg --openai-token="sk-XXXXX" 34 czg ai -N=3 35 36Extends 'git commit' options. 37See 'git commit --help' for more information.
1npm install -g czg
MacOS:
1brew install czg
⇒ Get Started (more installation and usage)
Nx |
Element Plus |
TDesign-Vue-Next |
Vben-Admin |
MIT Copyright (c) 2022-present Qiubin Zheng zhengqbbb@gmail.com (https://github.com/Zhengqbbb)
I just do my best to make thing well, Could you give a star ⭐ to encourage me ?
No vulnerabilities found.
No security vulnerabilities found.