An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# copier-meta

![license](https://img.shields.io/github/license/garrett-he/copier-meta)
![test](https://img.shields.io/github/actions/workflow/status/garrett-he/copier-meta/test.yml)

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