0.0.2 • Published 13 years ago

jt v0.0.2

Weekly downloads
8
License
-
Repository
github
Last release
13 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

13 years ago

0.0.1

13 years ago