Skip to main content
4 answers
  1. Nov 18, 2022, 9:06 AM

    For future reference, here is the answer :

    nunjucks '**/*.xml'  -p templatesdir -e xml configdata.json -o outputdir

    This transforms all the XML template files in the templatesdir folder hierarchy, using json parameters stored in configdata.json, into the same files in the outputdir folder.

0/9000