v1.0.2
v1.0.2 – Improved CLI Behavior & Stability
What's New?
- No more unnecessary prompts! If you pass a port (
npx kill-my-port 3000), it exits cleanly instead of asking for another. - Improved error handling! Now detects when a port is actually in use and provides clearer messages.
- Better UX! If no port is provided, the tool lists active ports and lets you choose one interactively.
- Cleaner exits! Operations now terminate properly instead of looping.
Upgrade Now:
npm update -g kill-my-port
What's Changed
- Fix re-prompting issue & improve process handling by @teneplaysofficial in #1
New Contributors
- @teneplaysofficial made their first contribution in #1
Full Changelog: v1.0.1...v1.0.2