copier

Utility for rendering projects from templates with data

brewmacoslinux
Try with needOr install directly
Source

About

Utility for rendering projects templates

Commands

copier

Examples

Create a new project from a template$ copier copy https://github.com/user/template-repo ./my-project
Update an existing project to the latest template version$ copier update
Copy template with interactive prompts for variables$ copier copy --interactive ./template-dir ./output-dir