Skip to content

v1.0.2

Choose a tag to compare

@teneplaysofficial teneplaysofficial released this 16 Mar 07:24
· 4 commits to main since this release
a9d267f

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

New Contributors

Full Changelog: v1.0.1...v1.0.2