We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562bd2e commit c81f864Copy full SHA for c81f864
copier.yml
@@ -12,6 +12,9 @@ _envops:
12
variable_end_string: "}}"
13
variable_start_string: "{{"
14
15
+_tasks:
16
+ - "[ ! -f copier.yml.keep ] || mv copier.yml.keep copier.yml"
17
+
18
# TEMPLATE QUESTIONS
19
generator:
20
type: str
template/{{ 'copier.yml' }} renamed to template/copier.yml.keep
template/update.sh.jinja
@@ -13,7 +13,7 @@ set -o errexit
set -o nounset
set -o pipefail
-copier -x template/** -x copier.yml -x *.py -x CHANGELOG.md \
+copier -x template/** -x copier.yml.keep -x *.py -x CHANGELOG.md \
"${@}" \
-d generator={{generator_name}} \
-d nix={{nix}} \
0 commit comments