UNPKG

apeman-demo-tmpl

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