Categorygithub.com/bugficks/forego
repositorypackage
0.16.1
Repository: https://github.com/bugficks/forego.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

forego

Build Status

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