Foreman in Go
Foreman in Go.
$ go get -u github.com/ddollar/forego
$ 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.
Apache 2.0 © 2015 David Dollar
request a new release
Could you create a new version tag which is compatible with go modules?
Download page missing
"forego start" exits immediately with doing nothing on macOS
Prevent environment variables from being overriden?
Official Forego Docker image
Forego adds sleeping bash process for every application (read from .profile)
Forego i386 binary?
npm script hangs on Windows with "Terminate batch job (Y/N)?" prompt
does not pass on signal to children