A cookiecutter template for a production-ready fullstack web application.
uvx cookiecutter gh:gmolveau/cookiecutter-fastapi-svelte
Follow the prompts:
| Variable | Description | Example |
|---|---|---|
project_name |
Human-readable project name | My App |
project_slug |
URL and Docker image name | my-app |
python_package_name |
Python package identifier | myapp |
description |
Short app description | A web app |
author_name |
Your name | Jane Doe |
github_username |
GitHub username (for image registry) | janedoe |
cd /tmp && mkdir ttt & cd ttt && \
uvx cookiecutter gh:gmolveau/cookiecutter-fastapi-svelte \
--no-input \
project_name="Test App" \
project_slug="test-app" \
python_package_name="testapp" \
description="Testing the template"