Update repo metadata

This commit is contained in:
Julien Bisconti
2018-05-29 00:01:31 +02:00
committed by Andreas Gebhardt
parent 752830ff50
commit a60278793f
5 changed files with 1776 additions and 33594 deletions

View File

@@ -6,7 +6,10 @@
"scripts": {
"build": "rimraf ./dist/ && node build.js",
"convert": "showdown makehtml -i README.md -o README.html --omitExtraWLInCodeBlocks --simplifiedAutoLink --excludeTrailingPunctuationFromURLs --literalMidWordUnderscores --strikethrough --tables --tablesHeaderId --ghCodeBlocks --tasklists --disableForced4SpacesIndentedSublists --simpleLineBreaks --requireSpaceBeforeHeadingText --ghCompatibleHeaderId --ghMentions --backslashEscapesHTMLTags --emoji --splitAdjacentBlockquotes",
"package": "parcel build index.html --public-url /awesome-docker"
"package": "parcel build index.html --public-url /awesome-docker",
"fetchdata": "node fetchRepos.js",
"table": "node convertRepos.js",
"update-repos": "node fetchRepos.js && node convertRepos.js"
},
"repository": {
"type": "git",