1.0.2 • Published 3 years ago

@kepler-io/message-broker v1.0.2

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
3 years ago

Message Broker

This project represents the Kepler message broker.

Run

Run yarn start for starting development version. It will choose correct operating system automatically.

Run yarn start:mac for starting specific version for MacOS.

Run yarn start:win for starting specific version for Windows.

Installation

Kepler Api is installable as NMP Module: npm install -g @kepler-io/broker.

Upgrade of package is available via command: npm upgrade --global @kepler-io/broker

Packing

Cannot use pkg library, because Api is using ESM modules with latest features (await used in root file ... etc.) !!

So we are using shebang file located in ./bin directory.

You can test packaging locally via npm pack and observe generated tar file.

Publishing

Publishing is done via NPM (not Yarn): npm run publish-remote.

Repository: https://www.npmjs.com/search?q=kepler-io

CLI

API CLI is available via kepler-broker command in terminal.