🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@kepler-io/message-broker

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kepler-io/message-broker

This project represents the Kepler message broker.

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 20 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts