We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b89c1 commit 46a6e3fCopy full SHA for 46a6e3f
1 file changed
copier.yaml
@@ -55,6 +55,11 @@ is_seedcase_project:
55
help: "Is this package part of the Seedcase Project?"
56
default: true
57
58
+github_repo:
59
+ type: str
60
+ default: "{{ _copier_conf.dst_path | realpath | basename }}"
61
+ when: false
62
+
63
github_user:
64
type: str
65
help: "What is the name of the GitHub user or organisation where the repository will be or is stored?"
@@ -97,13 +102,6 @@ github_board_number:
97
102
The board number must be an integer.
98
103
{% endif %}
99
104
100
-# Configurations not asked
101
-
-github_repo:
- type: str
- default: "{{ _copier_conf.dst_path | realpath | basename }}"
105
- when: false
106
107
github_repo_snake_case:
108
109
default: "{{github_repo | replace('-', '_') | replace('.', '_')}}"
0 commit comments