UNPKG

apeman-tmpl

Version:
16 lines (15 loc) 335 B
'use strict' exports.$cwd = __dirname + '/../../tmp/mock-project01' exports.$children = { 'child01': require('./mock-child-Apemanfile') } exports.$tmpls = { 'foo/bar/baz.txt': { force: true, mode: '444', tmpl: '<h1>{ {name} }</h1>', data: { "name": "This is name." } } }