project-configuration/README.md

473 B

Project Configuration Stuff

Enforcing Configuration

Enforcing is done with the 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