Skip to content

pawamoy/copier-pdm

Repository files navigation

Copier PDM

ci documentation gitter

Copier template for Python projects managed by PDM.

Warning

I personally don't use this template anymore, so it is maintained by the community. I will still review and merge PRs though. I can add you as a contributor if you wish to maintain the template for the community (for personal needs, please fork instead).

Similar templates:

Features

Quick setup and usage

Make sure all the requirements are met, then:

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

Or even shorter:

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

See the documentation for more details.