cz-ccgls
v0.8.0
Published
Commitizen adapter following the Conventional-Changelog with support for Gitmoji and Lerna Scopes.
Maintainers
Readme
cz-ccgls
Adapter for commitizen, a prompt for conventional changelog standard. Support gitmoji and Lerna scopes.
Inspired by cz-conventional-changelog and cz-emoji

Usage
Making your repo Commitizen-friendly
First, install the Commitizen cli tools:
npm install commitizen -gNext, initialize your project to use the cz-ccgls adapter by typing:
commitizen init cz-ccgls --yarn --dev --exactOr if you are using Npm:
commitizen init cz-ccgls --save-dev --save-exact
Locally
# Install commitizen + adapter
yarn add -D commitizen cz-ccglsAdd some config information to your package.json
"config": {
"commitizen": {
"path": "./node_modules/cz-ccgls"
}
}Configuration
Add some config information to your package.json (default values)
"config": {
"cz-ccgls": {
"useScopes": true
}
},Related
- commitlint-config-ccgls, the
Commitlintcompanion.
