Skip to content

commitizen-tools/commitizen_cz_template

Repository files navigation

commitizen cz template

cz template for commitizen v3

Prerequiste

  • Python 3.x
  • Poetry 1.2.x
  • cookiecutter
    • python -m pip install cookiecutter

Usage

  1. Initialize project through cookiecutter

    cookiecutter gh:commitizen-tools/commitizen_cz_template

    Note that you don't need to add cz prefix in your project name and package name.

  2. Implement the questions and message function in your cz_[cz_name].py

  3. Publish it to pypi or install locally through pip install .

  4. Test through cz --name cz_[cz_name] [command]

Lisence

MIT

Author

Lee-W (weilee.rx@gmail.com)