goreman

Process manager for Go applications, runs multiple processes from a Procfile

brewmacoslinux
Try with needOr install directly
Source

About

Foreman clone written in Go

Commands

goreman

Examples

Start all processes defined in Procfile$ goreman start
Run a specific process from Procfile$ goreman run web
Start processes with custom port base offset$ goreman -p 5000 start