A Go implementation of the command line mustache(1) program.
Gostache is a substitute for the command line mustashe processor from the original mustache project, which is written in Ruby. Gostache is for those who don't want to or can't install Ruby for whatever reason to be able to use the same command line interface for rendering templates wrapped up in a portable Go binary.
For mustache, have a look at the main project page. For usage, run gostache or have a look at the mustache(1) man page. It takes the same inputs as the original sans some of the debugging flags.
Run go get github.com/cromo/gostache. This will fetch and install the gostache binary.
See the mustache(1) man page.
Gostache is licensed under the MIT license.