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
- Host: GitHub
- URL: https://github.com/enspirit/rescript-mustache
- Owner: enspirit
- Created: 2019-08-06T15:50:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T19:18:04.000Z (about 2 years ago)
- Last Synced: 2025-02-15T17:40:31.009Z (2 months ago)
- Topics: mustache, rescript-bindings
- Language: ReScript
- Homepage:
- Size: 854 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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]`.