Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

moleculer-repl

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moleculer-repl

REPL module for Moleculer

  • 0.7.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Moleculer logo

REPL module for Moleculer NPM version

The moleculer-repl is an interactive console.

Features

  • list nodes
  • list services
  • list actions
  • list events
  • call services
  • emit events
  • load services (from file or folder)
  • show local informations & configuration
  • benchmark services

Install

npm install moleculer-repl --save

Usage

Start broker in REPL mode

const broker = new ServiceBroker();

broker.start().then(() => {
    // Start REPL
    broker.repl();
});

You will get a console:

mol $ 

Run help to see available commands.

Documentation

Please read our documentation on Moleculer site

Contribution

Please send pull requests improving the usage and fixing bugs, improving documentation and providing better examples, or providing some testing, because these things are important.

License

The project is available under the MIT license.

Contact

Copyright (c) 2020 MoleculerJS

@moleculerjs @MoleculerJS

Keywords

FAQs

Package last updated on 09 Sep 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc