Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 583 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 583 Bytes

Mo

Installs mo mustache template parser into /usr/local/bin/ and adds the ability to use "mo" templates with wickMakeFile (in the wick-base formula).

Examples

wickFormula mo

See templates for more about the template system.

Returns nothing.

moFormulaTemplate()

Template parser for mustache style templates (.mo extension). Writes the parsed content to stdout.

  • $1 - Name of file to parse

Examples

moFormulaTemplate file.mo

Returns nothing.