Skip to main content
답변 4개
  1. 2022년 11월 18일 오전 9: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