Skip to content

flashingpumpkin/cuffs.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Controller/View library for JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.6%
  • CoffeeScript 28.4%
  • HTML 1.5%
  • CSS 1.5%