Foreman is a manager for Procfile-based applications. Its aim is to abstract away the details of the Procfile format, and allow you to either run your application directly or export it to some other ...
. ├── Makefile ├── Procfile ├── README.md ├── config │ ├── config.go │ ├── development.yaml │ ├── production.yaml ...