Pure bash script to test and wait on the availability of a TCP host and port
npm install wait-for-it.shA simple NPM wrapper for wait-for-it.sh, which is a pure bash script that will wait on the availability of a host and TCP port. See that repo's Readme for further usage info.
``bash
npm install -g wait-for-it.sh
wait-for-it host:port [-s] [-t timeout] [-- command args]
``