Popularity
3.0
Growing
Activity
0.0
Stable
18
1
5
Monthly Downloads: 98
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.
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
Promo
getstream.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!"})