Clone of foreman written in golang.
https://github.com/ddollar/foreman
go get github.com/mattn/goreman
goreman start
Will start all commands defined in the Procfile
and display their outputs.
Any signals are forwarded to the processes.
See eg
directory
MIT
Yasuhiro Matsumoto (a.k.a mattn)