A tiny CLI compiler for Mustache files to produce CommonJS javascript modules.
npm install soulpatchA tiny CLI compiler for Mustache files to produce CommonJS javascript modules.
``bash`
$ npm install soulpatch
`
soulpatch [--outputdir
[-o, --outputdir] :: the directory to write the individual files into
[-h, --help] :: this help
`
Example:
`bash``
$ soulpatch -o ./dest 'src/*/.mustache' src
__Note:__ soulpatch supports globbing as described at https://www.npmjs.com/package/glob.
none