infra: added auto theme readme generator script

This commit is contained in:
anuraghazra
2020-07-26 14:11:30 +05:30
parent 7f220bb072
commit f0a0dfe51c
5 changed files with 201 additions and 54 deletions

View File

@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"test": "jest --coverage",
"test:watch": "jest --watch"
"test:watch": "jest --watch",
"theme-readme-gen": "node scripts/generate-theme-doc"
},
"author": "Anurag Hazra",
"license": "MIT",