-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.yaml
63 lines (54 loc) · 1.19 KB
/
manifest.yaml
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
---
default_target: groups-all
params:
project: rcmpy
python_version: "$PYTHON_VERSION"
entry: rcmpy
includes:
- config/includes/python.yaml
- config/includes/license.yaml
- config/includes/funding.yaml
- local/includes/sub_commands.yaml
templates:
- local/templates
compiles:
- name: local
configs:
- local/configs
variables:
- local/variables
renders:
- name: README.md
output_dir: "."
dependencies:
- compiles-local
- renders-python_readme_header.md
- renders-python_readme_dep_graph.md
- commands-help
- commands-help-apply
- commands-help-dump
- commands-help-use
- commands-help-variant
- commands-help-watch
- name: data_repository.md
output_dir: "md"
dependencies:
- compiles-local
- name: app.py
output_dir: "{{project}}"
dependencies:
- compiles-python
- name: all.py
output_dir: "{{project}}/commands"
dependencies:
- compiles-python
groups:
- name: all
dependencies:
- groups-python
- groups-license
- groups-funding
- renders-README.md
- renders-data_repository.md
- renders-app.py
- renders-all.py