Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 425 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 425 Bytes

cookiecutter-aiohttp

A cookiecutter template to bootstrap an aioHTTP server.

Prerequisites

You need cookiecutter to process this template:

python -m pip install cookiecutter

Running

To create a project using this template, simply run cookiecutter:

cd <your_project_folder>
cookiecutter gh:meltygroup/cookiecutter-aiohttp

You'll have to fill some questions and the magic happens!