Commit 9f6e529
authored
Genereate .copier-answer.yml and add template tag to README (#78)
# Description
This genarates the `.copier-answer.yml` file which I've been debating on
adding for a while. My hesitation is adding yet another file into the
template's output, but I'm realizing a few strengths:
1. authors can validate how they set up a project, and use that in a new
project, if they find it helpful
2. support, like from the napari team, will be easier because we can see
what the project started with, in order to narrow down changes
3. it allows re-running templates and updating, by basing on previous
answers or 'resetting'
This also adds the `vcs_ref` (tag or dev version) to the template
output, so that, again, it's easier to support plugin authors.1 parent 9fdd8fe commit 9f6e529
File tree
2 files changed
+3
-1
lines changed- template
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments