* feat(infra): backend cookiecutter template with fastapi tortoise * feat(infra): cli cookiecutter template with typer entry point * feat(infra): fullstack cookiecutter template with sveltekit frontend * test(infra): cookiecutter template tests and render fixes * style(infra): ruff cleanup for cookiecutter template tests * style(infra): ruff format cookiecutter template tests * fix(infra): handle use_db no use_auth no in cookiecutter --------- Co-authored-by: opencode-agent <agent@opencode.local>
8 lines
No EOL
180 B
JSON
8 lines
No EOL
180 B
JSON
{
|
|
"project_name": "my-cli",
|
|
"project_type": "cli",
|
|
"description": "CLI tool description",
|
|
"use_auth": ["no", "yes"],
|
|
"use_db": ["yes", "no"],
|
|
"python_version": "3.13"
|
|
} |