An open API service indexing awesome lists of open source software.

https://github.com/enspirit/rescript-mustache

ReScript bindings for Mustache.js
https://github.com/enspirit/rescript-mustache

mustache rescript-bindings

Last synced: about 2 months ago
JSON representation

ReScript bindings for Mustache.js

Awesome Lists containing this project

README

        

# rescript-mustache

[ReScript](https://rescript-lang.org) bindings for [mustache](https://github.com/janl/mustache.js).

# Usage

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