Metadata-Version: 2.1
Name: plater
Version: 0.3
Summary: Easily create a starter file template for different project
Home-page: https://github.com/aquadzn/plater
Author: William Jacques
Author-email: williamjcqs8@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Plater

📋 Easily create a starter file template for different project

# Installation

```bash
pip install plater
```

# Usage

```python
plater -t readme  # one template

plater -t dockerfile dockerignore  # two templates

plater -t pytorch_mnist tensorflow_mnist -f pytorch.py tf.py  # two templates and rename both files

```

