moleculer-cli
moleculer-cli copied to clipboard
:herb: Command line tool for Moleculer
* Updated minimal dependencies to get operational: * nats * inquirer - the main culprit of double characters * eslint and associative plugins * jest for experimental VM Module import...
I'm using this command to run a script from a CRON: #!/bin/sh moleculer call \ --ns="localdev" \ -t "nats://nats:4222" \ "myservice.test" RESULT=$? echo "Done" exit $RESULT The `test` action is...
Create a mixin , using js template and typescript template
> Depends on https://github.com/moleculerjs/moleculer-cli/pull/72 After updating the minimum required packages in Pull #72, I updated the rest of the dependencies to get everything up to date.
The current install process for templates uses npm only to install dependencies after initializing a project by template as seen below: https://github.com/moleculerjs/moleculer-cli/blob/bf2dabf2014a854ad5149c6444b77c76d70df41f/src/init/index.js#L260-L268 What I propose is that this be modified...
**Need to test:** - [ ] `create` command - [ ] `init` command - [ ] `connect` command - [ ] `start` command - [ ] `alias-template` command Similar tests:...