mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-17 11:30:02 +00:00
Added basic Windows batch files
This commit is contained in:
parent
995de58d47
commit
edd371a392
11
test.bat
Normal file
11
test.bat
Normal file
@ -0,0 +1,11 @@
|
||||
mkdir tmp\newcooked
|
||||
|
||||
node tiddlywiki.js --recipe test\tiddlywiki.2.6.5\source\tiddlywiki.com\index.html.recipe --savewiki tmp\newcooked
|
||||
|
||||
windiff tmp\newcooked\index.html test\tiddlywiki.2.6.5\target\index.2.6.5.html
|
||||
|
||||
node tiddlywiki.js --wikitest test\wikitests\
|
||||
|
||||
rem jshint *.js
|
||||
rem jshint js
|
||||
rem jshint tiddlywiki5\boot\*.js
|
3
tw5.bat
Normal file
3
tw5.bat
Normal file
@ -0,0 +1,3 @@
|
||||
mkdir tmp\tw5
|
||||
|
||||
node tiddlywiki.js --recipe tiddlywiki5\tiddlywiki5.recipe --savewiki tmp\tw5 --savetiddler ReadMe readme.md
|
Loading…
x
Reference in New Issue
Block a user