@kapitchi/bb-box
v0.17.0
Published
Development box
Readme
bb-box
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
Installation
npm i -g @kapitchi/bb-boxUsage
Install
Install services
bbox installRuns:
installDependenciesinstallmigrations
Update
Updates services
bbox updateRuns:
updateDependencies(if not defined, installDependencies)installmigrations
Start
Start services
bbox startStop
Stop services
bbox stopService status
Prints service status
bbox status