mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-14 13:21:29 -08:00
Automatically build the readme file
This commit is contained in:
parent
1cf8efbdcf
commit
6ec259ca38
1 changed files with 2 additions and 1 deletions
3
tw5.sh
3
tw5.sh
|
|
@ -7,7 +7,8 @@ mkdir -p tmp
|
|||
mkdir -p tmp/tw5
|
||||
|
||||
# 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 -a /Applications/Google\ Chrome.app tmp/tw5/index.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue