UNPKG

apeman-tmpl-bud

Version:
13 lines (11 loc) 275 B
/** This example Apemanfile to use apeman-tmpl-bud */ "use strict"; module.exports = { $pkg: {/*...*/}, $tmpls: { // Map file path and template. 'src/my-dest.txt': require('apeman-tmpl-bud')({ // Pass rendering params }) } };