/handlebars-copy

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

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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