-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcopier.yaml
More file actions
41 lines (32 loc) · 838 Bytes
/
copier.yaml
File metadata and controls
41 lines (32 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
bot_project_name:
help: Git project name
default: smartapp
bot_display_name:
help: Bot name in messenger
default: SmartApp
bot_description:
multiline: true
help: Description for README.md. First line will be added pyproject.toml
default: TODO
add_worker:
help: Include tasks worker in `docker-compose.yml`
type: bool
default: yes
bot_name_underscored:
default: "{{bot_project_name|replace('-', '_')}}"
when: false
bot_short_description:
default: "{{bot_description.split('\n')|first}}"
when: false
has_private_dependencies:
type: bool
default: no
when: false
_jinja_extensions:
- copier_templates_extensions.TemplateExtensionLoader
- extensions/context.py:ContextUpdater
_exclude:
- "extensions"
- ".git"
- "copier.yml"
- "async-box.md"