= Cook = Cook is the build tool for TiddlyWiki. It utilizes RecipeFiles to stitch together TiddlyWiki HTML files from their constituent chunks. RecipeFiles can be reference one another, making it straightforward to create a multiple variants of TiddlyWiki at one time. ''Example Recipe: (index.html.recipe)'' {{{ recipe: ../../core/tiddlywiki.html.recipe recipe: plugins/split.recipe recipe: feeds/split.recipe recipe: content/split.recipe recipe: shadows/split.recipe recipe: images.recipe }}} ''Cook command line options:'' {{{ Cooker Build: $Revision: 136 $, Version: 0.9.3 Usage: cook.rb recipename [options] Specific options: -d, --dest DESTINATION destination directory -f, --format FORMAT tiddler format -q, --[no-]quiet quiet mode, do not output file names -s, --[no-]stripcommets strip all JavaScript comments -h, --help display help message -v, --version display version number }}} == See Also == * [http://www.tiddlywiki.org/wiki/Dev:Cook community wiki]