Metadata-Version: 2.4
Name: copy-template
Version: 1.0.1
Summary: Shortcut to Copier
Author: andrey4ik21pro1
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/andrey4ik21pro1/copy-template
Project-URL: Repository, https://github.com/andrey4ik21pro1/copy-template
Project-URL: Issues, https://github.com/andrey4ik21pro1/copy-template/issues
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: copier
Dynamic: license-file


# copy-template

![License](https://img.shields.io/badge/License-GPL%20v3.0-blue?style=for-the-badge)  ![Python](https://img.shields.io/badge/Language-Python-3670A0?style=for-the-badge&logo=python&logoColor=white)  [![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-orange.json&style=for-the-badge)](https://github.com/copier-org/copier)

### Shortcut to Copier

---

## Commands

**Set author/repo:**
```
copy-template --author <author> --repo <repo>
```

**List templates:**
```
copy-template --list
```

**Copy template:**
```
copy-template <template> <dst_path>
```

---

## Usage
1. **Install package:**
```bash
pip install git+https://github.com/andrey4ik21pro1/copy-template.git
```
2. **Set author and repo**:
```bash
copy-template --author andrey4ik21pro1 --repo templates
```
3. **Run**:
```bash
copy-template android-project android-project
```

---

## License

This project is distributed under the **GNU General Public License
v3.0**.\
See the `LICENSE` file for details.
