mjtorn / marrow.js

CoffeeScript template engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MARROW.JS

Template engine, mostly to be used with http://spinejs.com/

Overview

Creates template objects ("marrow objects") out of html and with a context on them renders into a string or replacing DOM element.

Requirements

  • coffee-script
  • qqunit (for the tests)
    • qunit
  • xmlshim (for simulating browser in tests)
    • jsdom
    • libxmljs

TODO

  • Fix the failing test
  • Further testing.
  • Nesting data-binds
  • More commands

Usage

See the test cases

About

CoffeeScript template engine


Languages

Language:CoffeeScript 99.6%Language:JavaScript 0.4%