Skip to main content

A commitizen plugin that combines gitmoji and conventional.

Project description

cz-conventional-gitmoji

A commitizen plugin that combines gitmoji and conventional commits.

Installation

With pip or any other package manager of your choice, the usual way:

pip install cz-conventional-gitmoji

Usage

This package can be used as a normal commitizen plugin, either by specifying the name on the command line

cz --name cz_gitmoji commit

or by setting it in your pyproject.toml

[tool.commitizen]
name = "cz_gitmoji"

This will make commitizen use the commit message parsing rules defined by this plugin, which are 100% compatible with conventional commits. As such, the gitmojis are completely optional and all commands will continue to validate commit messages in conventional format just fine. This is useful if you're transitioning an existing repo to cz-conventional-gitmoji or you work in a team in which some colleagues don't like gitmojis.

gitmojify

Apart from the conventional-gitmoji rules, this package provides the gitmojify command which is also available as a pre-commit hook. The command reads a commit message either from cli or a commit message file and prepends the correct gitmoji based on the type. If the message already has a gitmoji, it is returned as is.

$ gitmojify -m "init: initial version"
🎉 init: initial version

To use it as a pre-commit hook, install this packages as well as commitizen and put the following into your .pre-commit-config.yaml

repos:
  - repo: https://github.com/ljnsn/cz-conventional-gitmoji
    rev: 0.2.4
    hooks:
      - id: conventional-gitmoji

Make sure to install the relevant pre-commit hooks with

To use commitizen hooks with conventional-gitmoji, you need to add the package as an extra dependency.

  - repo: https://github.com/commitizen-tools/commitizen
    rev: v3.29.0
    hooks:
      - id: commitizen
        additional_dependencies: [cz-conventional-gitmoji]
pre-commit install --install-hooks

Commit with a message in conventional format that contains a valid type mapped by conventional gitmoji and the gitmoji will automagically be added.

Features

  • Enable conventional gitmoji commit messages via cz commit.
  • Add hook to automatically prepend the appropriate gitmoji for the commit's type.
  • Add --simple-emojis option to use only the emojis relating to cz_conventional_commits types.
  • Add --simple-types option to use only the types used by cz_conventional_commits.
  • Add --conventional option to put the emoji in the commit message, making it compatible with cz_conventional_commits.

Inspiration

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cz_conventional_gitmoji-0.4.5.tar.gz (12.2 kB view details)

Uploaded Source

Built Distribution

cz_conventional_gitmoji-0.4.5-py3-none-any.whl (13.3 kB view details)

Uploaded Python 3

File details

Details for the file cz_conventional_gitmoji-0.4.5.tar.gz.

File metadata

File hashes

Hashes for cz_conventional_gitmoji-0.4.5.tar.gz
Algorithm Hash digest
SHA256 b084c3bab11535d45c10fa30d06bbda234267a930f01972378bab9ed746662bd
MD5 ffbec4240eba929de1fdacbb7f3f67b6
BLAKE2b-256 ccd21b9bbdf20f83a47b6d768b842b3c73d54f126218d4508c446c7423a80bb7

See more details on using hashes here.

File details

Details for the file cz_conventional_gitmoji-0.4.5-py3-none-any.whl.

File metadata

File hashes

Hashes for cz_conventional_gitmoji-0.4.5-py3-none-any.whl
Algorithm Hash digest
SHA256 308d518b811d24412121c6ca23b0a230e9a2eb17420f9a5e6a2d4c7f1f94648a
MD5 0ad70e9c0766b6ad9ec84980e8b379e8
BLAKE2b-256 461c7900df1ad087b147bbf7c2dcd7c1754cd67c8a895d781e5f4cb142f8a8a9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page