forego
Foreman in Go.
Installation
Compile from Source
$ go get -u github.com/ddollar/forego
Usage
$ cat Procfile
web: bin/web start -p $PORT
worker: bin/worker queue=FOO
$ forego start
web | listening on port 5000
worker | listening to queue FOO
Use forego help
to get a list of available commands, and forego help <command>
for more detailed help on a specific command.
License
Apache 2.0 ยฉ 2015 David Dollar