Multi service application development box
WORK IN PROGRESS
Features:
- make development of multi service applications easier
- one command to install/update/start/stop all services/apps
- support for docker-compose
Runtimes:
- local - run services locally
- docker-compose - run services using docker-compose
npm i -g @kapitchi/bb-box
Install services
bbox install
Runs:
installDependencies
install
migrations
Updates services
bbox update
Runs:
updateDependencies
(if not defined, installDependencies)install
migrations
Start services
bbox start
Stop services
bbox stop
Prints service status
bbox status