cz template for commitizen v3+
- Python 3.x
- Poetry 1.2.x
- cookiecutter
python -m pip install cookiecutter
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.
Implement the
questionsandmessagefunction in yourcz_[cz_name].pyPublish it to pypi or install locally through
pip install .Test through
cz --name cz_[cz_name] [command]