rabbit.ts
v0.2.0
Published
Wrapper over rabbit.js library that provides some extra convinent functionality to work with rabbit.js in Typescript
Downloads
2
Readme
rabbit.ts
Provides convenient functions to work with rabbit.js library.
Installation
Install module:
npm install rabbit.ts --save
Use typings to install all required definition dependencies.
typings install
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