Popularity
3.0
Declining
Activity
0.8
Declining
16
1
5
Monthly Downloads: 134
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.
Bot detection and prevention for Elixir/Phoenix applications
Paraxial.io is bot detection and prevention for Elixir/Phoenix applications. Dealing with scrapers, card cracking, or credential stuffing? We take care of that.
Promo
paraxial.io
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!"})