Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lqqyt2423/cmd_compose


https://github.com/lqqyt2423/cmd_compose

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# README

Like docker compose, run multiple process all in one parent process.

- [x] Pipe sub process stdout and stderr to parent process
- [x] If one sub process exit, then all sub process exit
- [x] Prefix every sub log line
- [x] Start sub process in special order and exit in revert order
- [x] Ready status by watch log line through regexp
- [x] Parse config file

```bash
go get github.com/lqqyt2423/cmd_compose
```