-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcopier.yaml
More file actions
44 lines (34 loc) · 837 Bytes
/
copier.yaml
File metadata and controls
44 lines (34 loc) · 837 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
42
43
44
# Questions
accountname:
type: str
help: The name of the account on GitHub
projectname:
type: str
help: The name of the project
description:
type: str
help: A short description of the project
reponame:
type: str
help: The name of the repository
default: "{{ projectname }}"
repourl:
type: str
help: The URL of the repository
default: "https://github.com/{{ accountname }}/{{ reponame }}"
docs:
type: bool
help: Whether to include a documentation site for the project
default: true
docsurl:
type: str
help: The URL of the documentation site for the project
default: "https://{{ accountname }}.github.io/{{ reponame }}"
when: "{{ docs }}"
releases:
type: bool
help: Whether you plan to make releases
default: true
# Configuration
_subdirectory: src
_answers_file: .copier-answers.yaml