Skip to content

TechTeamer/mq

Repository files navigation

TechTeamer MQ

npm Build Status Coverage Status

A RabbitMQ wrapper for node

Install

yarn add @techteamer/mq

Build

yarn run build

Tests

To run tests you need to rename test/config/TestConfig.js.config to TestConfig.js and provide valid configurations.

Then run:

yarn test

Publish

Before publish always run the build process! This will create the dist folder, which will be needed in the published package.