tpl_apply_art

1.0.5 • Public • Published

tpl_apply_art

tpl_apply_art with handlebars

npm version

Install

npm install --save tpl_apply_art

Test

npm test

Usage

var tpl = require('./index');


var source = process.cwd() + '/tpl.js'
var dest = process.cwd() + '/test/tpl.generate.js'


tpl.tpl_apply_art(source, {
	title: "My New Post", body: "This is my first post!"
}, dest);

Readme

Keywords

none

Package Sidebar

Install

npm i tpl_apply_art

Weekly Downloads

2

Version

1.0.5

License

ISC

Last publish

Collaborators

  • zhaoxingyue
  • zhangyuang
  • langshu