Hi,
Currently, it is not clear how to get a workable mustache implementation under MacOS. The mustache packaged in opam does not accept YAML as input. I tried gem install mustache which does not seem to install a binary (only a ruby package) - (I could certainly wrap a simply ruby script, but that not scalable). I tried go get github.com/hoisie/mustache which... does not seem to install binary (only a Go package). I am bailing out. Maybe I overlooked something?
Hi,
Currently, it is not clear how to get a workable
mustacheimplementation under MacOS. Themustachepackaged inopamdoes not acceptYAMLas input. I triedgem install mustachewhich does not seem to install a binary (only a ruby package) - (I could certainly wrap a simply ruby script, but that not scalable). I triedgo get github.com/hoisie/mustachewhich... does not seem to install binary (only a Go package). I am bailing out. Maybe I overlooked something?