coffee-jade-wrapper

0.0.1-alpha • Public • Published

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()

Versions

Current Tags

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1-alpha
    1

Package Sidebar

Install

npm i coffee-jade-wrapper

Weekly Downloads

1

Version

0.0.1-alpha

License

none

Last publish

Collaborators

  • artembeloglazov