mprocs

Run multiple commands in parallel with a unified terminal interface

brewmacoslinux
Try with needOr install directly
Source

About

Run multiple commands in parallel

Commands

mprocs

Examples

Run multiple npm scripts simultaneously$ mprocs 'npm run dev' 'npm run test' 'npm run build'
Monitor multiple services in parallel$ mprocs 'docker-compose up' 'tail -f logs/app.log' 'redis-cli monitor'
Run commands from a configuration file$ mprocs -c mprocs.yaml