-
Notifications
You must be signed in to change notification settings - Fork 0
/
copier.yaml
65 lines (55 loc) · 1.1 KB
/
copier.yaml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
_exclude:
- name-slug.jinja
- module-slug.jinja
project_name:
type: str
help: What is your project name?
project_description:
type: str
help: What is your project description?
project_name_formatted:
type: str
default: "{% include 'name-slug.jinja' %}"
when: false
module:
type: str
default: "{% include 'module-slug.jinja' %}"
when: false
github:
type: str
help: What is your GitHub User/Organization name?
team:
type: str
help: What is your name or your team's name?
email:
type: str
help: What is your email?
add_extension:
type: str
choices:
none:
value: python
"C++":
value: cpp
JavaScript:
value: js
Rust:
value: rust
Jupyter Widget:
value: jupyter
Rust JavaScript WebAssembly:
value: rustjswasm
_subdirectory: "{{ add_extension }}"
python_version_primary:
type: str
default: 3.11
choices:
"3.9":
value: "3.9"
"3.10":
value: "3.10"
"3.11":
value: "3.11"
"3.12":
value: "3.12"
help: Primary version of Python to use in CI/CD