Template for new apps
Find a file
2024-12-18 15:10:14 -06:00
contrib initial template for app based on wuttaweb 2024-11-26 11:16:09 -06:00
hooks initial template for app based on wuttaweb 2024-11-26 11:16:09 -06:00
{{ cookiecutter.repo_name }} add generic ASGI entry point, for uvicorn etc. 2024-12-18 15:10:14 -06: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