toolkit/bin/installer/build-docs.bat
2022-03-01 22:00:58 -03:00

13 lines
295 B
Batchfile

@ECHO OFF
cd "..\..\"
del *.html
:: i know this sucks but it works
cmd /c npx marked --gfm -i CHANGELOG.md -o CHANGELOG.html
cmd /c npx marked --gfm -i README.ES.md -o README.ES.html
cmd /c npx marked --gfm -i README.md -o README.html
cmd /c npx marked --gfm -i TOOLS.md -o TOOLS.html
pause