Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jui/mustachex
Mustache for Elixir
https://github.com/jui/mustachex
Last synced: 2 months ago
JSON representation
Mustache for Elixir
- Host: GitHub
- URL: https://github.com/jui/mustachex
- Owner: jui
- License: mit
- Created: 2015-01-29T16:10:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T09:47:34.000Z (over 3 years ago)
- Last Synced: 2024-05-02T10:19:05.274Z (8 months ago)
- Language: Elixir
- Size: 15.6 KB
- Stars: 18
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - Mustache for Elixir - Logic-less templates. (Templating)
- fucking-awesome-elixir - mustachex - Mustache for Elixir - Logic-less templates. (Templating)
- awesome-elixir - mustachex - Mustache for Elixir - Logic-less templates. (Templating)
README
# Mustache for Elixir
## Usage
```elixir
Mustachex.render("Hello, {{planet}}", %{planet: "World!"})Mustachex.render_file("template.mustache", %{planet: "World!"})
```## Links
* [mustache(5) -- Logic-less templates.](http://mustache.github.io/mustache.5.html)