Template for new apps
Find a file
2025-08-31 13:35:35 -05:00
contrib initial template for app based on wuttaweb 2024-11-26 11:16:09 -06:00
hooks fix: format all code with black 2025-08-31 13:09:14 -05:00
{{ cookiecutter.repo_name }} fix: format all code with black 2025-08-31 13:09:14 -05:00
.gitignore add README with quick start 2024-11-26 11:28:19 -06:00
cookiecutter.json initial template for app based on wuttaweb 2024-11-26 11:16:09 -06:00
README.md docs: add badge for black code style 2025-08-31 13:35:35 -05:00

cookiecutter-wuttaweb

Template to generate project code for a new app based on WuttaWeb.

Code style: black

Quick Start

Install cookiecutter 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