rib

0.0.2 • Public • Published

Rib

A foundation library for building CoffeeScript apps

Rib consists of a collection of production-quality essential and highly useful classes, mixins and functions.

Rib is thoroughly tested using Jasmine.

Rib works both on the client (browser) and on the server (Node.js).

Rib is extremely lightweight (1.3K minified and compressed).

Installation

To use Rib with Node.js, just use npm:

sudo npm install -g rib

To use Rib on the client, just grab rib.js or rib.min.js and put it with your other JavaScript libraries.

Usage

When writing code for Node.js, you can require Rib:

rib = require "rib"

On the client, include rib.js or rib.min.js, and then you can access it through the global module rib.

If you want to target both the server and the client, you can write:

rib = if require? then require("rib") else window.rib

Licence

Rib is © 2012 Marco Pantaleoni, released under the MIT licence. Use it, fork it.

Readme

Keywords

none

Package Sidebar

Install

npm i rib

Weekly Downloads

0

Version

0.0.2

License

none

Last publish

Collaborators

  • panta