-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathyehua.yml
34 lines (34 loc) · 867 Bytes
/
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
introduction: |
Yehua will walk you through creating a pyecharts js package.
Press ^C to quit at any time.
configuration:
template_path: ./templates
static_path: ./static
questions:
- project_name: "project name:"
- description: "description:"
- license: "license:"
- author: "author:"
layout:
- "{{project_name}}"
- .moban.d
templates:
- "{{project_name}}.yml": project.yml
- registry.json: registry.json.jj2
- package.json: package.json.jj2
- "{{project_name}}/index.js": index.js.jj2
- .moban.yml: project-moban.yml
static:
- ".moban.d/custom_readme.md.jj2": "custom_readme.md.jj2"
- changelog.yml: "changelog.yml"
post-moban:
git-repo-files:
- "{{project_name}}"
- "package.json"
- "registry.json"
- ".moban.d"
- CHANGELOG.md
- changelog.yml
- README.md
- "{{project_name}}.yml"
- .moban.yml