cz-simple-gitmoji

1.0.2 • Public • Published

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"
  }
}

/cz-simple-gitmoji/

    Package Sidebar

    Install

    npm i cz-simple-gitmoji

    Weekly Downloads

    1

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    15.5 kB

    Total Files

    6

    Last publish

    Collaborators

    • pobepto