project-configuration/README.md

459 B

Project configuration stuff

Enforcing configuration

Enforcing is done with help of nitpick - a command-line tool.

Installation

Install nitpick:

pipx install nitpick

Usage

To check for errors only:

	nitpick check

To fix and modify your files directly: nitpick fix

Initializing a project

Python

cookiecutter https://gitea.radium.group/radium/project-configuration.git --directory cookiecutter-python