Mustache

Documentation
Login


[ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]

NAME

mustache-app - Mustache - Application

Table Of Contents

SYNOPSIS

package require mustache

mustache datafile templatefile
mustache templatefile
mustache
mustache -t|--token templatefile
mustache -h|--help

DESCRIPTION

Welcome to the Mustache project for Tcl, written by Andreas Kupries.

It provides a set of five related Tcl packages for the parsing and rendering of mustache-style logic-less templates, plus an application for easy command-line access to the functionality.

For availability please read Mustache - How To Get The Sources.

Overview

mustache is a simple command-line application providing easy access to the functionality of the project. Taking yaml-formatted data (as file, or from stdin) and a mustache template (from file or stdin) it prints the result of rendering the template against all the data.

Syntax

Bugs, Ideas, Feedback

Both the package(s) and this documentation will undoubtedly contain bugs and other problems. Please report such at Mustache Tracker.

Please also report any ideas you may have for enhancements of either package(s) and/or documentation.

KEYWORDS

application, command line, logic-less templates, mustache, standard input, standard output, templating, terminal

COPYRIGHT

Copyright © 2019-2021 Andreas Kupries
Copyright © 2019-2021 Documentation, Andreas Kupries