1.0.4 • Published 3 years ago

mjml-r v1.0.4

Weekly downloads
63
License
MIT
Repository
github
Last release
3 years ago

mjml-r

For Nodejs only

MJML generator with recursive

install

yarn add mjml-r
const mjmlR = require("mjml-r");

templatesPath = "tempDir";
genPath = "genPath";
ignoreFiles = [".DS_Store"]; // option
clearOldGens = true; // option; default false

mjmlR(dirPath, genPath, ignoreFiles, clearOldGens);