# forego
**Repository Path**: mirrors_Dexus/forego
## Basic Information
- **Project Name**: forego
- **Description**: Foreman in Go
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-24
- **Last Updated**: 2026-07-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## forego
[Foreman](https://github.com/ddollar/foreman) in Go.
### Installation
[Downloads](https://dl.equinox.io/ddollar/forego/stable)
##### 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
` for more detailed help on a specific command.
### License
Apache 2.0 © 2015 David Dollar