-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdataView.json
162 lines (162 loc) · 4.5 KB
/
dataView.json
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"ghf": true,
"output_directory": "~/git/hub/org-name/.github",
"name": "org-name",
"author": "your-name",
"email": "account@host.tld",
"description": "Quick statement on what this Organization aims to accomplish",
"license": "AGPL-3.0",
"code_of_conduct": "contributor-covenant",
"funding": {
"key": "liberapay",
"url": "org-name"
},
"languages": [
{
"name": "Awk",
"emoji_word": ":tophat:",
"emoji_code": "🎩"
},
{
"name": "Bash",
"emoji_word": ":shell:",
"emoji_code": "🐚"
},
{
"name": "CSS",
"emoji_word": ":paintbrush:",
"emoji_code": "🖌"
},
{
"name": "Docker",
"emoji_word": ":whale2:",
"emoji_code": "🐋"
},
{
"name": "HTML",
"emoji_word": ":spider_web:",
"emoji_code": "🕸"
},
{
"name": "JavaScript",
"emoji_word": ":coffee:",
"emoji_code": "☕"
},
{
"name": "Kivy",
"emoji_word": ":snake:",
"emoji_code": "🐍"
},
{
"name": "Liquid",
"emoji_word": ":fountain:",
"emoji_code": "⛲"
},
{
"name": "MarkDown",
"emoji_word": ":memo:",
"emoji_code": "📝"
},
{
"name": "MustacheJS",
"emoji_word": ":wavy_dash:",
"emoji_code": "〰"
},
{
"name": "Python",
"emoji_word": ":snake:",
"emoji_code": "🐍"
},
{
"name": "Rust",
"emoji_word": ":gear:",
"emoji_code": "⚙"
},
{
"name": "SCSS",
"emoji_word": ":factory:",
"emoji_code": "🏭"
},
{
"name": "Solidity",
"emoji_word": ":chains:",
"emoji_code": "⛓"
},
{
"name": "TypeScript",
"emoji_word": ":symbols:",
"emoji_code": "🔣"
},
{
"name": "Vim",
"emoji_word": ":fountain_pen:",
"emoji_code": "🖋"
}
],
"files": [
{
"in_path": ".mustache/.github/ISSUE_TEMPLATE/bug_report.md.mst",
"out_path": ".github/ISSUE_TEMPLATE/bug_report.md"
},
{
"in_path": ".mustache/.github/ISSUE_TEMPLATE/feature_request.md.mst",
"out_path": ".github/ISSUE_TEMPLATE/feature_request.md"
},
{
"in_path": ".mustache/.github/pull_request_template.md.mst",
"out_path": ".github/pull_request_template.md"
},
{
"in_path": ".mustache/.github/PULL_REQUEST_TEMPLATE/bug_fix.md.mst",
"out_path": ".github/PULL_REQUEST_TEMPLATE/bug_fix.md"
},
{
"in_path": ".mustache/.github/PULL_REQUEST_TEMPLATE/feature_addition.md.mst",
"out_path": ".github/PULL_REQUEST_TEMPLATE/feature_addition.md"
},
{
"in_path": ".mustache/.github/README.md.mst",
"out_path": ".github/README.md"
},
{
"in_path": ".mustache/CONTRIBUTING.md.mst",
"out_path": "CONTRIBUTING.md",
"partials": [
".mustache/partials/development-setup/linux.md.mst",
".mustache/partials/development-setup/windows.md.mst",
".mustache/partials/git-tips/branches.md.mst",
".mustache/partials/git-tips/commits.md.mst",
".mustache/partials/how-to-contribute/open-issues.md.mst",
".mustache/partials/how-to-contribute/report-bugs.md.mst",
".mustache/partials/style-guidelines/awk.md.mst",
".mustache/partials/style-guidelines/bash.md.mst",
".mustache/partials/style-guidelines/css.md.mst",
".mustache/partials/style-guidelines/docker.md.mst",
".mustache/partials/style-guidelines/html.md.mst",
".mustache/partials/style-guidelines/javascript.md.mst",
".mustache/partials/style-guidelines/kivy.md.mst",
".mustache/partials/style-guidelines/liquid.md.mst",
".mustache/partials/style-guidelines/markdown.md.mst",
".mustache/partials/style-guidelines/mustachejs.md.mst",
".mustache/partials/style-guidelines/python.md.mst",
".mustache/partials/style-guidelines/rust.md.mst",
".mustache/partials/style-guidelines/scss.md.mst",
".mustache/partials/style-guidelines/solidity.md.mst",
".mustache/partials/style-guidelines/typescript.md.mst",
".mustache/partials/style-guidelines/vim.md.mst"
]
},
{
"in_path": ".mustache/FUNDING.yml.mst",
"out_path": "FUNDING.yml"
},
{
"in_path": ".mustache/SUPPORT.md.mst",
"out_path": "SUPPORT.md"
},
{
"in_path": ".mustache/SECURITY.md.mst",
"out_path": "SECURITY.md"
}
]
}