-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyehua.yml
53 lines (53 loc) · 1.4 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
introduction: |
Yehua will walk you through creating a pyecharts pypkg package.
Press ^C to quit at any time.
configuration:
template_path: ./templates
static_path: ./static
questions:
- project_name: "project name:"
- js_project: "npm project name:"
- description: "description:"
- license: "license:"
- author: "author:"
- contact: "contact email:"
- organisation: "github profile/organisation:"
- company: "copyright owner:"
layout:
- "{{project_name|lower|replace('-', '_')}}"
- tests
- docs:
- source
- .moban.d:
- tests
- docs:
- source
templates:
- "{{project_name}}.yml": project.yml
- "{{project_name | replace('-', '_')}}/__init__.py": "__init__.py.jj2"
- .moban.yml: project-moban.yml
- ".moban.d/custom_setup.py.jj2": custom_setup.py.jj2
- ".moban.d/CUSTOM_README.rst.jj2": "CUSTOM_README.rst"
- "tests/test_pypkg.py": "test_pypkg.py.jj2"
- MANIFEST.in: MANIFEST.in.jj2
static:
- ".moban.d/tests/custom_requirements.txt.jj2": "tests/custom_requirements.txt.jj2"
- Makefile: Makefile
- CHANGELOG.rst: CHANGELOG.rst
post-moban:
git-repo-files:
- "CHANGELOG.rst"
- "MANIFEST.in"
- "Makefile"
- "README.rst"
- "{{project_name}}.yml"
- "{{project_name | replace('-', '_')}}"
- "docs"
- "requirements.txt"
- "setup.py"
- "test.sh"
- "tests"
- ".gitignore"
- ".moban.d"
- ".travis.yml"
- ".moban.yml"