Skip to content

ddollar/forego

Folders and files

NameName
Last commit message
Last commit date

Latest commit

51d9f6d · Nov 15, 2019
Feb 17, 2018
Apr 13, 2016
Feb 17, 2018
Mar 27, 2017
Jun 6, 2016
Apr 13, 2016
Aug 28, 2016
Aug 28, 2016
Feb 17, 2018
Mar 27, 2017
May 22, 2014
Sep 18, 2014
Apr 13, 2016
Apr 13, 2016
Apr 13, 2016
Dec 23, 2014
Aug 27, 2013
Aug 27, 2013
Apr 13, 2016
Apr 13, 2016
May 21, 2014
Oct 9, 2016
Dec 23, 2014
Mar 27, 2017
Jun 6, 2016
Nov 15, 2019
Apr 13, 2016
Sep 18, 2014
Sep 18, 2014
Sep 18, 2014
May 22, 2014

Repository files navigation

forego

Foreman in Go.

Installation

Downloads

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