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

Readme

Keywords

none

Package Sidebar

Install

npm i coffee-jade-wrapper

Weekly Downloads

1

Version

0.0.1-alpha

License

none

Last publish

Collaborators

  • artembeloglazov