enspirit / rescript-mustache

ReScript bindings for Mustache.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ReScript bindings for Mustache.js


Languages

Language:ReScript 100.0%