0.0.2 • Published 12 years ago

jt v0.0.2

Weekly downloads
8
License
-
Repository
github
Last release
12 years ago
Super easy template engine. Write templates in JSON!
var jt = require('jt');

var template = jt({
    tag: 'div',
    content: 'foo'
});

console.log(template()); // <div>foo</div>

Install

npm install jt

jt return function(template) that can be callen in future

0.0.2

12 years ago

0.0.1

12 years ago