Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 701 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 701 Bytes

Copier project template

This is a template to kickstart your Python project. 🚀

Prerequisite: make sure you have copier installed

To use this template, run:

copier copy --trust --vcs-ref <BRANCH/RELEASE> gh:ykerus/copier-project-template <YOUR-NEW-PROJECT>

For example:

copier copy --trust --vcs-ref main gh:ykerus/copier-project-template my-new-project

Or a specific version:

copier copy --trust --vcs-ref v0.0.1 gh:ykerus/copier-project-template my-new-project

For local testing:

copier copy --trust --vcs-ref HEAD path/to/copier-project-template my-new-project