Skip to main content
4 个回答
  1. 2022年11月18日 09:06

    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