https://github.com/threedotslabs/wait-for
A simple "wait for port" utility.
https://github.com/threedotslabs/wait-for
Last synced: 12 months ago
JSON representation
A simple "wait for port" utility.
- Host: GitHub
- URL: https://github.com/threedotslabs/wait-for
- Owner: ThreeDotsLabs
- License: mit
- Created: 2022-11-09T08:47:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T08:50:07.000Z (over 3 years ago)
- Last Synced: 2025-06-19T20:03:13.678Z (about 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wait-for
A simple "wait for port" utility.
## Usage
```
go run github.com/ThreeDotsLabs/wait-for@latest mysql:3306 postgres:5432
```