An open API service indexing awesome lists of open source software.

https://github.com/operable/fumanchu

Spec compliant Mustache parser in Elixir
https://github.com/operable/fumanchu

Last synced: 11 months ago
JSON representation

Spec compliant Mustache parser in Elixir

Awesome Lists containing this project

README

          

# FuManchu - Mustache in Elixir

[![Build status](https://badge.buildkite.com/b6a81825f66406d168234e901a77f6f519652e4eae4e5b5093.svg)](https://buildkite.com/operable/fumanchu)

```elixir
iex(1)> FuManchu.render("Hello {{planet}}", %{planet: "World!"})
"Hello World!"
```

## Filing Issues

FuManchu issues are tracked centrally in [Cog's](https://github.com/operable/cog/issues) issue tracker.