files-stack-moleculer-server
v0.0.58-alpha.17
Published
My Moleculer microservices project
Readme
servers
NPM scripts
npm run dev- Start development mode (load all services locally with hot-reload & REPL)npm run build- Uses typescript to transpile service to javascriptnpm start- Start production mode (setSERVICESenv variable to load certain services) (previous build needed)npm run cli: Start a CLI and connect to production. Don't forget to set production namespace with--nsargument in scriptnpm run ci- Run continuous test mode with watchingnpm test- Run tests & generate coverage report
