ReScript bindings for mustache.
Mustache.render("This is a {{adjective}} template", { "adjective" : "terrible" })
First and formost, configure your environment with npm install
.
Specific ReScript aliases (clean
, build
, watch
, test
...) are defined
in the package.json
file to be used with npm run [alias]
.