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 d2cf806 commit 45f02dbCopy full SHA for 45f02db
copier.yml
@@ -28,8 +28,8 @@ controller_endpoints:
28
help: What are your new controller endpoints?
29
multiline: true
30
31
-skip_routes:
32
- type: bool
33
- help: Skip modifying routes?
34
- default: false
35
-
+# TEMPLATE NONE-CONFIGURABLE DEFAULTS
+package_name:
+ type: str
+ default: "{{ project_name|lower|replace(' ','_')|replace('-','_') }}"
+ when: false
0 commit comments