Skip to content

neknalb/cz-simple

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

12 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

cz-simple

A simple commitizen adapter.

It's is a fork of Nicolas Gryman's cz-emoji.

Customize

You can customize things for a project by adding a configuration section in your package.json:

{
  "config": {
    "cz-simple": {}
  }
}

Types

An Inquirer.js choices array:

{
  "config": {
    "cz-simple": {
      "types": [
        {
          "name": "๐ŸŒŸ  A new feature",
          "value": "๐ŸŒŸ"
        }
      ]
    }
  }
}

About

Commitizen adapter formatting commit messages using emojis.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%