Metadata-Version: 2.1
Name: tapas
Version: 1.0.0
Summary: A simple general purpose scaffold tool
Home-page: https://github.com/tapas-scaffold-tool/tapas
Author: Kirill Sulim
Author-email: kirillsulim@gmail.com
License: MIT
Keywords: scaffold build generator generate
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: ~=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Tapas

[![PyPI version](https://badge.fury.io/py/tapas.svg)](https://badge.fury.io/py/tapas)
[![Documentation Status](https://readthedocs.org/projects/tapas-scaffold-tool/badge/?version=latest)](https://tapas-scaffold-tool.readthedocs.io/en/latest/?badge=latest)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Tapas in simple scaffold tool.
Run `tapas {template-name}` to generate project in current directory.
Or `tapas {template-name} {directory-name}` in another directory.

## Templates

To show list of available tapas run:

```shell script
tapas --list
```

List of available template is stored in [special repository](https://github.com/tapas-scaffold-tool/tapas-index).

## Documentation

Full documentation is available on [readthedocs](https://tapas-scaffold-tool.readthedocs.io).
