mirror of
https://github.com/indetectables-net/toolkit.git
synced 2025-06-21 18:30:51 +00:00
Add build-docs.bat
This commit is contained in:
parent
cab43252ac
commit
30ec19678a
12
bin/installer/build-docs.bat
Normal file
12
bin/installer/build-docs.bat
Normal file
@ -0,0 +1,12 @@
|
||||
@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
|
Loading…
x
Reference in New Issue
Block a user