mjml

MJML framework for building responsive emails with a simple markup language

brewmacoslinux
Try with needOr install directly
Source

About

JavaScript framework that makes responsive-email easy

Commands

mjml

Examples

Convert an MJML file to HTML$ mjml input.mjml -o output.html
Watch MJML file for changes and auto-compile$ mjml input.mjml --watch
Output compiled HTML to stdout$ mjml input.mjml