mjml-r
v1.0.4
Published
> For Nodejs only
Downloads
129
Maintainers
Readme
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);