Metadata-Version: 2.1
Name: templateco
Version: 0.1.5
Summary: 
License: MIT
Author: Mike Gregory
Author-email: mike.ja.gregory@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Jinja2 (>=3.0,<4.0)
Requires-Dist: colorama (>=0.4.4,<0.5.0)
Requires-Dist: importlib-metadata
Requires-Dist: questionary (>=1.10,<2.0)
Requires-Dist: typing-extensions (>=4.0.1,<5.0.0)
Description-Content-Type: text/markdown

# Templateco
An ecosystem for generating customisable templated folders.

## Getting Started
```shell
$ pip install templateco templateco-cli templateco-name-plugin
# Successfully installed!

$ templateco make template folder
```

1. This will install Templateco, the CLI and the terraform module.
2. Create a Terraform folder called foo.

