portdog
v1.0.0
Published
Your port watchdog. Stop googling lsof.
Downloads
120
Maintainers
Readme
portdog
Your port watchdog. Stop googling lsof -i :3000.
Install
npm install -g portdogUsage
# See all ports in use
portdog list
# Kill whatever is on port 3000
portdog kill 3000
# Force kill (SIGKILL)
portdog kill 3000 --force
# Check if ports are free
portdog scan 3000 8080 5432
# Get a free port
portdog free
# Get 5 free ports
portdog free -n 5
# Detailed info about what's on a port
portdog who 3000Aliases
portdog ls=portdog listportdog k <port>=portdog kill <port>
License
MIT
