Skip to content

Commitizen adapter following the Conventional-Changelog with support for Gitmoji and Lerna Scopes

License

Notifications You must be signed in to change notification settings

thierrymichel/cz-ccgls

Repository files navigation

cz-ccgls

Adapter for commitizen, a prompt for conventional changelog standard.
Support gitmoji and Lerna scopes.

npm version Commitizen friendly Conventional Commits License

Inspired by cz-conventional-changelog and cz-emoji

Screenshots

Usage

First, install the Commitizen cli tools:

npm install commitizen -g

Next, initialize your project to use the cz-ccgls adapter by typing:

commitizen init cz-ccgls --yarn --dev --exact

Or if you are using Npm: commitizen init cz-ccgls --save-dev --save-exact

Locally

# Install commitizen + adapter
yarn add -D commitizen cz-ccgls

Add some config information to your package.json

"config": {
  "commitizen": {
    "path": "./node_modules/cz-ccgls"
  }
}

More infos in the commitizen documentation

Configuration

Add some config information to your package.json (default values)

"config": {
  "cz-ccgls": {
    "useScopes": true
  }
},

Related

About

Commitizen adapter following the Conventional-Changelog with support for Gitmoji and Lerna Scopes

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published