14 lines
500 B
Plaintext
14 lines
500 B
Plaintext
# <%= username %> Awesome List [](https://github.com/sindresorhus/awesome)
|
|
|
|
> :star: generated with [simonecorsi/mawesome](https://github.com/simonecorsi/mawesome)
|
|
|
|
## Table of Contents
|
|
|
|
<% for(let [language, repositories] of stars) { %>
|
|
## <%= language %>
|
|
|
|
<% for(let repo of repositories) { %>- [<%= repo.full_name %>](<%= repo.html_url %>) - <%= repo.description %>
|
|
<% } %>
|
|
|
|
<% } %>
|