cookiecutter-wuttaweb/README.md

23 lines
654 B
Markdown

# cookiecutter-wuttaweb
Template to generate project code for a new app based on
[WuttaWeb](https://wuttaproject.org).
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
## Quick Start
Install [cookiecutter](https://cookiecutter.readthedocs.io/) to your
virtual environment:
pip install cookiecutter
Run it with the URL to template:
cookiecutter git+https://forgejo.wuttaproject.org/wutta/cookiecutter-wuttaweb
Or clone the template and run with local copy:
git clone https://forgejo.wuttaproject.org/wutta/cookiecutter-wuttaweb
cookiecutter ./cookiecutter-wuttaweb