Documentation ¶
Overview ¶
Builds a story database from story files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdWeave = &base.Command{
Run: runWeave,
Flag: buildFlags(),
UsageLine: "tap weave [-in path] [-out path]",
Short: "compile a story",
Long: `Turns story files into produces a playable database.
Using '-check' or '-run=<name>' can run all unit tests, or a specific one.
The weave command provides an option to locate the shared Tapestry libraries.
If that location doesn't exist, weave uses a set of built-in libraries.
`,
}
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.