-
Notifications
You must be signed in to change notification settings - Fork 7
/
yehua.yml
75 lines (74 loc) · 1.97 KB
/
yehua.yml
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
introduction: |+
[info]Yehua /'jɛhwa/[/info] will walk you through.
Press ^C to quit at any time.
configuration:
template_path: ./new-project/templates
static_path: ./new-project/static
questions:
- project_name: "project name [yehua-boilerplate]: "
- description: "description [Moremoban organisation's best template]: "
- license:
- question: "license: "
"1. mit": "N/A"
"2. newbsd": "N/A"
- author: "author: "
- contact: "contact email: "
- organisation: "github profile/organisation: "
- company: "copyright owner [{{author}}]: "
- project_type:
- question: "project type: "
"1. library": "N/A"
"2. command line interface":
- cli: "cli executable name: "
layout:
- "{{project_name|lower|replace('-', '_')}}"
- tests
- docs:
- source
- .moban.d:
- tests
- docs:
- source
templates:
- "{{project_name}}.yml": project.yml.jj2
- "{{project_name | replace('-', '_')}}/__init__.py": "__init__.py.jj2"
- .moban.yml: project-moban.yml.jj2
- changelog.yml: changelog.yml.jj2
- Makefile: Makefile
static:
- ".moban.d/CUSTOM_README.rst.jj2": "CUSTOM_README.rst"
- ".moban.d/custom_setup.py.jj2": custom_setup.py.jj2
- ".moban.d/tests/custom_requirements.txt.jj2": "tests/requirements.txt.jj2"
- CHANGELOG.rst: CHANGELOG.rst
- setup.cfg: setup.cfg
post-moban:
git-repo-files:
- "CHANGELOG.rst"
- "MANIFEST.in"
- "Makefile"
- "README.rst"
- "{{project_name}}.yml"
- "{{project_name | replace('-', '_')}}"
- "docs"
- "requirements.txt"
- "setup.cfg"
- "setup.py"
- "test.sh"
- "tests"
- ".gitignore"
- ".github"
- ".moban.d"
- ".travis.yml"
- ".moban.yml"
- "Pipfile"
- "changelog.yml"
- "lint.sh"
- "test.bat"
- "azure-pipelines.yml"
- ".azure-pipelines-steps-macos.yml"
- ".azure-pipelines-steps.yml"
- "LICENSE"
- format.sh
- lint.sh
- .isort.cfg
- CONTRIBUTORS.rst