Skip to content

mj026/copier-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copier templates

Opinionated project templates for scaffolding projects like a python package, Django project, Vite project etc. Focus on Docker based development, following the Zen of Python philosophy of "Simple is better than complex".

Prerequisites

Examples

Python Package

copier copy --trust -d "template=python-package" -d "project_name=Sample Python Package" gh:mj026/copier-templates ./sample-python-package

Vite Project

copier copy --trust -d "template=vite-project" -d "project_name=Sample Vite Project" gh:mj026/copier-templates ./sample-vite-project

Local GitHub actions

Run with act for MacOS:

act --container-architecture linux/arm64 --container-daemon-socket unix:///var/run/docker.sock -P ubuntu-latest=node:24-bookworm

About

Opinionated copier templates for scaffolding projects

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors