@vcgtz/port-checker
v0.1.0
Published
CLI tool to check if a port is available on localhost
Downloads
24
Maintainers
Readme
Port Checker
A simple CLI tool to check if a port is available on localhost.
Usage
npx @vcgtz/port-checker check --port <port>Examples
npx @vcgtz/port-checker check --port 5173
# Port 5173 is not available
npx @vcgtz/port-checker check --port 8080 --host 127.0.0.1
# Port 8080 is availableLicense
MIT
