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.
Cuffs.js relies on RequireJS and its Optimizer as well as jQuery.
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.