2.0.0 • Published 2 years ago

@enspirit/rescript-mustache v2.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
2 years ago

rescript-mustache

ReScript bindings for mustache.

Usage

Mustache.render("This is a {{adjective}} template", { "adjective" : "terrible" })

Developers section

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].