TiddlyWiki.org

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
prehead: ../../core/html/rss.link.html
title: html/title.html
recipe: tiddlers/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