mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 18:00:26 +00:00
Automatically build the readme file
This commit is contained in:
parent
1cf8efbdcf
commit
6ec259ca38
3
tw5.sh
3
tw5.sh
@ -7,7 +7,8 @@ mkdir -p tmp
|
|||||||
mkdir -p tmp/tw5
|
mkdir -p tmp/tw5
|
||||||
|
|
||||||
# cook TiddlyWiki5
|
# cook TiddlyWiki5
|
||||||
node tiddlywiki.js --recipe $PWD/tiddlywiki5/tiddlywiki5.recipe --savewiki tmp/tw5 || exit 1
|
node tiddlywiki.js --recipe $PWD/tiddlywiki5/tiddlywiki5.recipe --savewiki tmp/tw5 --savetiddler ReadMe readme.html || exit 1
|
||||||
|
|
||||||
|
|
||||||
# open the result
|
# open the result
|
||||||
#open -a /Applications/Google\ Chrome.app tmp/tw5/index.html
|
#open -a /Applications/Google\ Chrome.app tmp/tw5/index.html
|
||||||
|
Loading…
Reference in New Issue
Block a user