1.0.2 ā€¢ Published 1 year ago

cz-simple-gitmoji v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

cz-simple-gitmoji

This is a simple commitizen adapter that will allow you to format your messages using emoji (gitmoji).

? Select the type of change you are committing: (Use arrow keys)
āÆ :art:          šŸŽØ  Improve structure / format of the code.
  :zap:          āš”ļø  Improve performance.
  :fire:         šŸ”„  Remove code or files.
  :bug:          šŸ›  Fix a bug.
  :ambulance:    šŸš‘ļø  Critical hotfix.
  :sparkles:     āœØ  Introduce new features.

Install

#npm
npm install -D cz-simple-gitmoji
#yarn
yarn add -D cz-simple-gitmoji
#pnpm
pnpm add -D cz-simple-gitmoji

Add this to your package.json:

"config": {
  "commitizen": {
    "path": "cz-simple-gitmoji"
  }
}