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
- Host: GitHub
- URL: https://github.com/operable/fumanchu
- Owner: operable
- License: other
- Created: 2015-12-18T19:43:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-12T12:28:31.000Z (almost 8 years ago)
- Last Synced: 2025-03-26T20:49:39.132Z (12 months ago)
- Language: Elixir
- Homepage:
- Size: 73.2 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.MD
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# FuManchu - Mustache in Elixir
[](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.