CopyDeck
Copier templates without the URL juggling.
How it works
- Register a source — a GitLab group, GitHub org, or local directory — with
copydeck config new - Discover available templates with
copydeck template list - Apply a template with
copydeck template new SOURCE/TEMPLATE ./output
Quick start
uv tool install git+https://gitlab.com/oreohub/projects/copydeck
copydeck config initcopydeck config newcopydeck template listcopydeck template new my-gitlab/my-template ./my-projectProject status
| Area | Status |
|---|---|
Config management (config commands) | Done |
template list (GitLab) | Done |
template new (GitLab) | Done |
| GitHub source integration | Not yet implemented |
| Local source integration | Not yet implemented |
info command | Not yet implemented |
Documentation
- Introduction — what CopyDeck is and how it works
- Installation — prerequisites and setup
- Quick Start Guide — end-to-end walkthrough
- Configuration reference — config file format, sources, and environment variables
- Commands reference — full CLI reference