Cappuccino-Extensions icon indicating copy to clipboard operation
Cappuccino-Extensions copied to clipboard

A collection of extensions for the Cappuccino Application Framework.

A collection of extensions for the Cappuccino Application Framework.

Installation Instructions

If you are using Git:

  1. cd root/git/dir
  2. git submodule add git://github.com/nciagra/Cappuccino-Extensions.git root/app/dir/Frameworks/Extensions

If you are NOT using Git:

  1. cd root/app/dir/Frameworks
  2. git clone git://github.com/nciagra/Cappuccino-Extensions.git Extensions (or download the archive and put it here manually).

Either way: 3) cd root/app/dir/Frameworks/Debug 4) ln -s ../Extensions

Including Extensions

In main.j: @import <Extensions/Extensions.j>

CouchDB

Provided by Geoffrey Grosenbach http://peepcode.com http://github.com/topfunky/cappuccino-couchdb