Template for new apps
Find a file
Lance Edgar 34fe32af6b fix: format all code with black
and from now on should not deviate from that...
2025-08-31 13:09:14 -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 add link to cookiecutter docs in readme 2024-11-26 11:31:58 -06:00

cookiecutter-wuttaweb

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

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