Initial template
This commit is contained in:
+20
@@ -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
|
||||
Reference in New Issue
Block a user