0.2.0 • Published 8 years ago

rabbit.ts v0.2.0

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
8 years ago

rabbit.ts

Provides convenient functions to work with rabbit.js library.

Installation

  1. Install module:

    npm install rabbit.ts --save

  2. Use typings to install all required definition dependencies.

    typings install

  3. ES6 features are used, so you may want to install es6-shim too:

    npm install es6-shim --save

    you may want to require("es6-shim"); in your app.

Usage

Take a look on samples in ./sample for more examples of usages.

Todos

  • cover with tests
  • more documentation
0.2.0

8 years ago

0.1.0

8 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago