@techteamer/mq
v7.0.4
Published
A RabbitMQ wrapper for node
Downloads
2,839
Readme
TechTeamer MQ
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.