Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 3.51 KB

README.md

File metadata and controls

46 lines (34 loc) · 3.51 KB

cookiecutter-semver-project

Generic conventional commits project template for Cookiecutter.

Description

This project template will setup the tools for enforcing conventional commmits in your project along with semantic releases and other good practices

To do so, this template leverages the following tools/technologies:

Usage

Requires Cookiecutter.

cookiecutter https://github.com/donhector/cookiecutter-semver-project

This will bring up a commandline interface which will go through some options. Consult the documentation below for more information regarding these prompts.

Field Default Description
project_name My project The project name. Might contain several words
project_slug my-project Slug formatted project name.
project_description My description A brief description of the project. Used in README.md
pipenv_python_version 3.9 Python version to be used by Pipenv
github_username donhector Github user name. Used in CODEOWNERS, FUNDING.yaml and the likes
github_email Github user email. Used in README.md and CODE_OF_CONDUCT.md
github_repo_owner github_username Github repo owner. Generally the Github username or organization
github_repo_name project_slug Github repo name. Repository name hosting the code