Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 805 Bytes

File metadata and controls

31 lines (19 loc) · 805 Bytes

commitizen cz template

cz template for commitizen v3+

Prerequisites

  • Python 3.10+
  • 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]

License

MIT

Author

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