Popularity
3.0
Declining
Activity
0.0
Declining
16
1
5
Monthly Downloads: 176
Programming language: Elixir
License: MIT License
Tags:
Templating
Mustache
mustachex alternatives and similar packages
Based on the "Templating" category.
Alternatively, view mustachex alternatives based on common mentions on social networks and blogs.
-
bbmustache
Binary pattern match Based Mustache template engine for Erlang/OTP.
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.com
Do you think we are missing an alternative of mustachex or a related project?
README
Mustache for Elixir
Usage
Mustachex.render("Hello, {{planet}}", %{planet: "World!"})
Mustachex.render_file("template.mustache", %{planet: "World!"})