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 ¶
func WeavePaths ¶
Read all of the passed files and compile the output into ents NEW database at outFile. This will attempt to erase any existing outFile. uses WalkDir which doesn't follow symlinks of sub-directories.
Types ¶
Click to show internal directories.
Click to hide internal directories.