Skip to content

Конструктор xml и html на базе jade and jquery

Notifications You must be signed in to change notification settings

starliner/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

Конструктор xml и html на базе jade and jquery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published