moleculerjs / moleculer-repl

REPL module for Moleculer framework
http://moleculer.services/docs/moleculer-repl.html
MIT License
27 stars 25 forks source link
hacktoberfest moleculer repl

Moleculer logo

REPL module for Moleculer NPM version

The moleculer-repl is an interactive console.

Features

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) 2023 MoleculerJS

@moleculerjs @MoleculerJS