mirror of
https://github.com/wahyd4/forego.git
synced 2026-08-08 21:01:01 +10:00
dd6e9899cad3dee1b6ab9e21f72d973651ba69ba
See #32 gotenv can read simple yaml file so we don't need to use a read yaml parse. The value in forego file will be set as default value, if we set flag or env value, it will override the value in forego file
forego
Foreman in Go.
Installation
OS X (Homebrew)
brew install forego
Precompiled Binaries
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
License
Apache 2.0 © 2015 David Dollar
Languages
Go
91.9%
Ruby
3.3%
Shell
3%
Makefile
1.1%
Procfile
0.7%