Skip to content

artembeloglazov/coffee-jade-wrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Simple template engine based on jade and jquery

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 100.0%