-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcopier.yaml
More file actions
79 lines (66 loc) · 1.36 KB
/
copier.yaml
File metadata and controls
79 lines (66 loc) · 1.36 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
_answers_file: .copier-answers.yaml
_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
"C++ JavaScript WebAssembly":
value: cppjswasm
_subdirectory: "{{ add_extension }}"
python_version_primary:
type: str
default: 3.11
choices:
"3.10":
value: "3.10"
"3.11":
value: "3.11"
"3.12":
value: "3.12"
"3.13":
value: "3.13"
help: Primary version of Python to use in CI/CD
add_docs:
type: bool
default: false
help: Add documentation using Yardang/Sphinx
add_wiki:
type: bool
default: false
help: Add documentation using GitHub wiki