For Nodejs only
MJML generator with recursive
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);