leya-tpl

0.0.1 • Public • Published

leya-tpl

Asynchronously load and transform template.

var tpl = require('leya-tpl');

tpl.loadTransform({
	file: 'test',
	data: {
		test: {
			scope: this,
			fn: method
		}
	},
	done: function(err, text) {

	}
});

Package Sidebar

Install

npm i leya-tpl

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • froncheek