Gathering detailed insights and metrics for czg
Gathering detailed insights and metrics for czg
cz-git | czg 🛠️ DX first and more engineered, lightweight, customizable, standard output format Commitizen adapter and CLI
npm install czg
Typescript
Module System
Min. Node Version
Node Version
NPM Version
90.9
Supply Chain
100
Quality
84.5
Maintenance
100
Vulnerability
100
License
TypeScript (95.3%)
JavaScript (4.42%)
Shell (0.28%)
Total Downloads
1,000,286
Last Day
1,017
Last Week
6,231
Last Month
35,402
Last Year
509,078
1,205 Stars
918 Commits
42 Forks
5 Watching
2 Branches
14 Contributors
Minified
Minified + Gzipped
Latest Version
1.11.0
Package Id
czg@1.11.0
Unpacked Size
1.32 MB
Size
444.40 kB
File Count
8
NPM Version
10.9.0
Node Version
22.11.0
Publised On
08 Nov 2024
Cumulative downloads
Total Downloads
Last day
-40.2%
1,017
Compared to previous day
Last week
-34.2%
6,231
Compared to previous week
Last month
-9.4%
35,402
Compared to previous month
Last year
27.1%
509,078
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 :, --alias= Directly submit the defined commit message 21 --config= Specify the configuration file to use 22 23 OpenAI: 24 -N=,--ai-num= Sets AI return multiple subjects and Turn on choose mode 25 -M=,--ai-model= Sets AI model in this session 26 [default: "gpt-4o-mini"] 27 [example: "gpt-3.5-turbo", "gpt-4o", "gpt-4o-mini" ...] 28 --api-key= Setup request OpenAI API secret key to local (.config/.czrc) 29 --api-model= Setup request OpenAI API model to local (.config/.czrc) 30 --api-proxy= Setup request OpenAI API proxy to local (.config/.czrc) 31 --api-endpoint= Setup request OpenAI API endpoint to local (.config/.czrc) 32 [default: "https://api.openai.com/v1"] 33 34FLAG: 35 -r, --retry Directly retry submit by the last message 36 --no-ai Turn off AI prompt mode in this session 37 --unset-proxy Unset request API proxy on local configure 38 -h, --help Show help 39 -v, --version Show version 40 41EXAMPLES: 42 czg 43 czg emoji 44 czg :fd 45 czg --config="./config/cz.json" 46 czg --api-key="sk-XXXXX" 47 czg ai -N=3 -M="gpt-4o" 48 49Extends 'git commit' options. 50See 'git commit --help' for more information.
「czg」 requires Node >=v12.20
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 try my best to make thing well. Could you give a star ⭐ to encourage me 🤗 If possible, can to be my 💖 Sponsor 💖 to support my work |
No vulnerabilities found.
No security vulnerabilities found.