Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 894 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 894 Bytes

Cuffs.js

Cuffs.js is a tiny library to help with your JavaScript development. Think of it as AngularJS light. You should have a look at the canonical Todo App example.

Cuffs.js gives you:

  • A context that controllers can subscribe to and push data into
  • An (extensible) templating system based on raw HTML nodes that operate on the context

You can use standard JavaScript data structures for all the rest.

Dependencies

Cuffs.js relies on RequireJS and its Optimizer as well as jQuery.

Installation

cd cuffs && cake build

This places two minified JavaScript files into the build/ directory. One includes RequireJS and the other is a standalone version of Cuffs.