Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
F

forego

> 编程语言
Open source

Foreman in Go

1.4K stars0 likes0 views
WebsiteGitHub

About

Foreman in Go

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

GitHub Issues· 17 open

View all on GitHub
  • #131

    request a new release

    Updated Mar 8, 2023
  • #119

    Could you create a new version tag which is compatible with go modules?

    Updated Dec 8, 2022
  • #127

    Download page missing

    Updated Sep 2, 2022
  • #123

    "forego start" exits immediately with doing nothing on macOS

    Updated Aug 16, 2022
  • #130

    Prevent environment variables from being overriden?

    Updated Apr 7, 2022
  • #121

    Official Forego Docker image

    Updated Aug 30, 2019
  • #106

    Forego adds sleeping bash process for every application (read from .profile)

    Updated Jan 17, 2019
  • #116

    Forego i386 binary?

    Updated Nov 7, 2018
  • #115

    npm script hangs on Windows with "Terminate batch job (Y/N)?" prompt

    Updated Jun 12, 2018
  • #114

    does not pass on signal to children

    Updated May 2, 2018

Highlights

  • •Go

> Tags

Go

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言