tpl_apply_art with handlebars
npm install --save tpl_apply_art
npm test
var tpl = require('./index');
var source = process.cwd() + '/tpl.js'
var dest = process.cwd() + '/test/tpl.generate.js'
tpl.tpl_apply(source, {
title: "My New Post", body: "This is my first post!"
}, dest);