Go to file
Антон Касимов 94c9a4e7c9 Инструкции по запуску cookiecutter 2023-12-09 03:30:29 +03:00
cookiecutter-python Переименование шаблона проекта python 2023-12-09 03:30:10 +03:00
nitpick Перенос тестов в отдельную группу poetry 2023-12-09 02:50:31 +03:00
LICENSE Initial commit 2021-10-11 14:48:26 +03:00
README.md Инструкции по запуску cookiecutter 2023-12-09 03:30:29 +03:00

README.md

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