A super simple, interactive GRMustache based demonstration application. Use it to experiment with the GRMustache Cocoa implementation of the Mustache templating language.
GRMustache includes a pre-built library which this application links to. GRMustache itself is included as a submodule.
- Clone GRMustachio.
- Open Terminal and navigate to the GRMustachio folder.
- Init the submodule with
git submodule init
- Update the submodule with
git submodule update
Unfamiliar with the submodule
command? See the git submodule tutorial.
MIT