View Source README
Mecto
"Mail merging" with Ecto structs.
A parser to interpolate MediaWiki-like [[foo.bar]] markup using data from Ecto schemas.
installation
Installation
If available in Hex, the package can be installed
by adding mecto to your list of dependencies in mix.exs:
def deps do
[
{:mecto, "~> 0.4.0"}
]
endDocumentation can be found at https://hexdocs.pm/mecto.