0.0.1-alpha • Published 12 years ago
coffee-jade-wrapper v0.0.1-alpha
coffee-jade-wrapper
simple template engine based on jade and jquery
Installation
npm install coffee-jade-wrapper
Usage
{j} = require 'coffee-jade-wrapper'
doc = j('html')
.appendj('body text of body')
.appendj('p some text')
.appendj('p some text2')
console.log doc[0].toString()
0.0.1-alpha
12 years ago