Initial template

This commit is contained in:
hh
2026-09-08 19:15:15 +02:00
commit 02ae0764a4
10 changed files with 113 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
_subdirectory: template
_templates_suffix: .jinja
_answers_file: .copier-answers.caddy.yml
_envops:
keep_trailing_newline: true
project_slug:
type: str
help: Project slug, snake_case
routes:
type: str
multiselect: true
help: Services to route
choices:
api: api
frontend: frontend
default:
- api
- frontend