Man template rendering enigne

Hey guys,

We started to open source services that we created for last year with Elixir, lets start from small - template rendering engine. Documentation and further links are here: http://docs.man2.apiary.io/. It’s completely free and open-source :slight_smile:.

Our use case for it is management email and SMS templates by business guys, also we plan to generate PDF printout documents with it.

Additional benefit is that in the project source code you can find things like Travis-CI configuration and scripts to build production docker containers, one-click deploy setup for Heroku, etc…

4 Likes

Is this fully standalone only or is it embeddable in existing phoenix projects or it can it be used as a library for report generation?

It’s built to be standalone, but I guess it possible to include it in umbrella application.