初始化

This commit is contained in:
NOISE
2022-12-01 01:59:07 +08:00
commit 0c20a4eafe
5 changed files with 3590 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<div align="center">
# Some Stars
</div>
## Table of Contents
<% for(let [language, repositories] of stars) { %>
## <%= language %>
<% for(let repo of repositories) { %>
- [<%= repo.full_name %>](<%= repo.html_url %>) - <%= repo.description %>
<% } %>
<% } %>
- generated with [rcy1314/some-starts](https://github.com/rcy1314/some-starts)