Skip to content

ykerus/copier-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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