https://github.com/brpaz/copier-copier
A Copier template for creating Copier templates.
https://github.com/brpaz/copier-copier
copier-template
Last synced: 20 days ago
JSON representation
A Copier template for creating Copier templates.
- Host: GitHub
- URL: https://github.com/brpaz/copier-copier
- Owner: brpaz
- Created: 2025-11-08T15:21:44.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-11-08T15:37:08.000Z (2 months ago)
- Last Synced: 2025-11-08T17:24:20.077Z (2 months ago)
- Topics: copier-template
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Copier Template
[](https://github.com/copier-org/copier)
[](https://github.com/brpaz/copier-copier/actions)
> A Copier template for creating Copier templates.
## 📦 What is included?
- A basic directory structure for your Copier template.
## 🚀 Getting Started
### Pre-Requisites
This template is built with [Copier](https://copier.readthedocs.io/en/stable/), a Python based project templating tool.
To install copier on your system, follow the instructions at [Copier Website](https://copier.readthedocs.io/en/stable/#installation)
### Usage
To create a new project using this template, run the following command:
```bash
copier copy gh:brpaz/copier-copier /path/to/your/new/project
```
And answer the prompts to customize your new project.
## 🗒️ License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.