Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 386 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 386 Bytes

Goreman

Clone of foreman written in golang.

https://github.com/ddollar/foreman

Getting Started

go get github.com/mattn/goreman

Usage

goreman start

Will start all commands defined in the Procfile and display their outputs. Any signals are forwarded to the processes.

Example

See eg directory

License

MIT

Authors

Yasuhiro Matsumoto (a.k.a mattn)