mbclient

v2.0.0
Message broker library
amqp message broker

clean

rm -rf dist

build

tsc

watch

tsc -w

lint

eslint src --ext .ts --max-warnings 0

check

npm run lint && npm run test:unit

test:unit

jest --coverage --verbose --passWithNoTests

test:ci

npm run test:unit -- --coverageReporters=lcov

test:unit:watch

jest --watch

prepublishOnly

npm run check && npm run build

semantic-release

semantic-release

Source Code

Metadata

  • Apache-2.0
  • >=10.0.0
  • Gajewski Dmitriy Yurevish
  • released 5/11/2021

Downloads