Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lqqyt2423/cmd_compose
https://github.com/lqqyt2423/cmd_compose
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lqqyt2423/cmd_compose
- Owner: lqqyt2423
- Created: 2021-01-17T11:59:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-17T14:41:20.000Z (almost 4 years ago)
- Last Synced: 2024-11-06T03:32:25.514Z (about 2 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```