Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 826 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 826 Bytes

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.