Copy files from one directory to another, rendering handlebars templates found along the way.


License
ISC
Install
npm install handlebars-copy@1.19.0

Documentation

handlebars-copy

Copy files from one directory to another, rendering files with handlebars templates

const handlebarsCopy = require('handlebars-copy');

await handlebarsCopy('./src-dir', './dest-dir', {author:'Zoidberg'})

Includes cli utility best installed with -G see handlebars-copy -h for more.

handlebars-copy test-data/src test-data/dest test-data/data.json