rabbit.ts

v0.2.0
Wrapper over rabbit.js library that provides some extra convinent functionality to work with rabbit.js in Typescript

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
npm i rabbit.ts

Metadata

Downloads

Maintainers