forked from
mackuba.eu/sdk.blue
A curated list of libraries & SDKs for the Bluesky API and AT Protocol
1<div class="language" id="{{ include.key }}">
2 <h2>{{ include.data.name }}</h2>
3 <ul class="projects">
4 {% assign repos = include.data.repos | sort: "info.stars", "first" | reverse %}
5
6 {% for repo in repos %}
7 {% if repo.info %}
8 {% include project_card.html project=repo %}
9 {% endif %}
10 {% endfor %}
11 </ul>
12</div>