Skip to content

Commit b9fa03d

Browse files
author
Pat Mellon
committed
Create JSON file for ecosystem github IDs
1 parent 9775ad3 commit b9fa03d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

ecosystem-github-stars.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
---
3+
4+
{
5+
"data": [
6+
{% for item in site.ecosystem %}
7+
{
8+
"id": "{{ item.github-id }}"
9+
}
10+
{% if forloop.last != true %},{% endif %}
11+
{% endfor %}
12+
]
13+
}

0 commit comments

Comments
 (0)