UNPKG

apeman-tmpl-bud

Version:
14 lines (11 loc) 254 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 }) } }