Skip to content

julozi/GrowlCappuccino

 
 

Repository files navigation

GrowlCappuccino

What is GrowlCappuccino ?

GrowlCappuccino is a framework that allows to mimic Growl notificatiom system in Cappuccino

Build

To build TNKit you can type

# jake debug ; jake release

Quick Start

Simply include the GrowlCappuccino framework in your Frameworks directory and include GrowlCappuccino.js

@import <GrowlCappuccino/GrowlCappuccino.j>

[...]

var growl = [TNGrowlCenter defaultCenter];

[grow setView:aView];
[growl pushNotificationWithTitle:@"Hello" message:@"Hello World!"];

[...]

Demo application

You can see a demo application here: Demo

Documentation

To generate the documentation execute the following :

# jake docs

Help / Suggestion

You can reach us at irc://irc.freenode.net/#archipel

Releases

No releases published

Packages

No packages published

Languages

  • Objective-J 89.9%
  • JavaScript 10.1%