:herb: Command line tool for Moleculer
npm install moleculer-cli
`` bash`
npm install -g moleculer-cli
Init a new project for a module
` bash`
moleculer init module my-module
Init a new Moleculer project
` bash`
moleculer init project my-first-project
Start a broker locally
This command starts a new ServiceBroker locally and switches to REPL mode.
`bash`
moleculer start
Start a broker and connect to a transporter
The following commands start a new ServiceBroker, connect to a transporter server and switch to REPL mode.
`bashWith TCP transporter
moleculer connect
command) command) command)Documentation
Please read our documentation on Moleculer siteCredits
The moleculer-cli project init` command is based on vue-cli project.  