/copier-pdm

Copier template for Python projects managed by PDM.

Primary LanguageJinjaISC LicenseISC

Copier PDM

Copier template for Python projects managed by PDM.

This copier template is mainly for my own usage, but feel free to try it out, or fork it!

Features

Quick setup and usage

To get started, ensure that all requirements are met. You can find the full documentation here.

First, install Copier with pipx (or pip) if you haven't already done so:

pipx install copier

Then install the Jinja extensions:

pipx inject copier copier-templates-extensions

Then, run the following command to create a new project:

copier copy --trust "https://github.com/jameshwade/copier-pdm.git" /path/to/your/new/project

Or even shorter:

copier copy --trust "gh:jameshwade/copier-pdm" /path/to/your/new/project

See the documentation for more details.