A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects - a cookiecutter fork
BSD 3-Clause "New" or "Revised" License
68
stars
7
forks
source link
Enforce commit messages to use the Conventional Commit format #54
Commit messages should be enforced to use the Conventional Commit format, this should be done using the
commitlint
tool, in bothpre-commit
and CI