0.7.1 • Published 5 months ago

cz-ccgls v0.7.1

Weekly downloads
126
License
SEE LICENSE IN UN...
Repository
github
Last release
5 months ago

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

Making your repo Commitizen-friendly

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

0.5.4

8 months ago

0.7.1

5 months ago

0.6.2

5 months ago

0.5.3

8 months ago

0.5.0

10 months ago

0.7.0

5 months ago

0.6.1

6 months ago

0.5.2

8 months ago

0.6.0

6 months ago

0.5.1

10 months ago

0.4.5

1 year ago

0.4.4

1 year ago

0.4.6

1 year ago

0.4.3

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.4.2

2 years ago

0.3.0

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.2.3

4 years ago

0.2.1

4 years ago

0.2.2

4 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago