Skip to content

sgmac/forego

 
 

Repository files navigation

forego

Build Status

Foreman in Go.

Installation

OSX 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

Packages

No packages published

Languages

  • Go 96.1%
  • Ruby 2.9%
  • Shell 1.0%