- This tool compiles MJML templates with Handlebars data and outputs HTML files
- Supports multiple templates and multiple data files
- Supports hot reload
- TODO: Better custom helpers support
npm install- Put your templates with data in
templatesfolder in following format:
TEMPLATE_NAME.mjml
TEMPLATE_NAME.json
- Example:
templates/welcome.mjml,templates/welcome.json npm run start:dev