https://github.com/garrett-he/copier-meta
Meta template for Copier allows you to quickly generate specific templates.
https://github.com/garrett-he/copier-meta
code-generation copier meta-template
Last synced: 2 months ago
JSON representation
Meta template for Copier allows you to quickly generate specific templates.
- Host: GitHub
- URL: https://github.com/garrett-he/copier-meta
- Owner: garrett-he
- License: bsd-3-clause
- Created: 2025-03-01T16:11:22.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-05T10:14:11.000Z (2 months ago)
- Last Synced: 2025-03-05T11:24:51.575Z (2 months ago)
- Topics: code-generation, copier, meta-template
- Language: Python
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# copier-meta

Meta template for [Copier][1] allows you to quickly generate specific templates.
## Quickstart
1. Install the latest Copier via command:
```
pip install --user --upgrade copier copier-templates-extensions
```2. Use command `copier` to generate a new project:
```
copier copy --trust gh:garrett-he/copier-meta /path/to/destination
```## License
Copyright (C) 2024 Garrett HE
The BSD 3-Clause License, see [LICENSE](./LICENSE).
[1]: https://github.com/copier-org/copier