$ cnpm install czg
Interactive Commitizen CLI that generate standardized commit messages
Github | Installation | Website | 简体中文文档
npx | npm script | global install... quick start CLI in your any project
npx czg in your any projects.czrc file in the project root directory{
"scopes": [
"hello",
"world"
]
}
Note More information about configure file and options. See → Config
$ czg --help
NAME:
czg - Interactive Commitizen CLI that generate standardized commit messages
WEBSITE:
https://cz-git.qbenben.com/cli/
https://github.com/Zhengqbbb/cz-git
SYNOPSIS:
czg [subcommand] [options]
SUBCOMMAND:
break Turn on BREAKING CHANGE mode, Add ! mark on header
emoji Turn on output message with emoji mode
checkbox Turn on scope checkbox mode
OPTIONS:
--config Specify the configuration file to use
:, --alias Directly submit the defined commit message
-r, --retry Directly retry submit by the last message
-h, --help Show help
-v, --version Show version
EXAMPLES:
czg
czg emoji
czg :ff
czg --alias=ff
czg --config="./config/cz.json"
Extends 'git commit' command and options.
See 'git commit --help' for more information.
npm install -g czg
MacOS:
brew install czg
⇒ Get Started (more installation and usage)
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 ?
Copyright 2013 - present © cnpmjs.org | Home |