Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 2.18 KB

README.md

File metadata and controls

51 lines (38 loc) · 2.18 KB

Copier UV

ci documentation gitter

Copier template for Python projects managed by uv.

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

Similar templates:

Features

Quick setup and usage

Make sure all the requirements are met, then:

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

Or even shorter:

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

See the documentation for more details.