Is there a simple, standalone, portable, existing Mustache distribution for Windows that allows me to reference the Mustache exactly as indicated (or as close as possible) in the mustache (1) manual?
cat data.yml template.mustache | mustache
I can’t find any explanation of how to actually get an executable called mustacheto use a mustache in this way - on any platform, although right now I'm only interested in Windows.
As far as I can tell, the various implementations of the mustache listed on the mustache home page are mostly libraries, not separate applications that can be invoked in this way.
Ideally, I'm looking for something that is:
- Standalone . I am looking for something that I can call from the command line and not from the library. I plan to generate output as part of my automatic CI build.
- Portable . I should be able to bind everything I need with the source code without having to preinstall anything (since my build can work on one of many build agents, I don’t want to support a set of preinstalled programs for several agents); I also cannot connect to the Internet to download libraries. Ideally, portable packaging should be simple enough for packaging.
If this is not available, I am interested in getting as close as possible - for example. if I need to pre-install python, but don’t need to run the installer that connects to the Internet.
" ", , , (, python ruby), .