fix: normalize template file loadup
This commit is contained in:
13
TEMPLATE.ejs
Normal file
13
TEMPLATE.ejs
Normal file
@@ -0,0 +1,13 @@
|
||||
# <%= 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 %>
|
||||
<% } %>
|
||||
|
||||
<% } %>
|
Reference in New Issue
Block a user