Answers file under .copier
This commit is contained in:
@@ -6,5 +6,5 @@ Ships `frontend/docker-compose.yml` with root-relative paths, `docker-compose.lo
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
copier copy --trust -d project_name="My Thing" -d serve=bun <this-repo> <dest>
|
copier copy --trust -d project_name="My Thing" -d serve=bun <this-repo> <dest>
|
||||||
copier update -a .copier-answers.frontend.yml
|
copier update -a .copier/frontend.yml
|
||||||
```
|
```
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
_subdirectory: template
|
_subdirectory: template
|
||||||
_templates_suffix: .jinja
|
_templates_suffix: .jinja
|
||||||
_answers_file: .copier-answers.frontend.yml
|
_answers_file: .copier/frontend.yml
|
||||||
_envops:
|
_envops:
|
||||||
keep_trailing_newline: true
|
keep_trailing_newline: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user