1.0.2 • Published 5 months ago

next-freeports v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

next-freeports

Table of Contents

Install

next-freeports works without installation using npx.

run it directly:

npx next-freeports list

for faster execution, install it globally:

npm i -g next-freeports

Usage

list active ports:

npx next-freeports list

kill a specific port:

npx next-freeports kill --port 3000

use interactive mode to kill ports:

npx next-freeports kill

CLI

CommandDescription
npx next-freeports listlist all active ports.
npx next-freeports killinteractive mode to select ports to terminate.
npx next-freeports kill --port <port_number>instantly kill a specific port.
npx kp listalias for listing ports.
npx killport listalias for listing ports.
npx kp killalias for interactive port killing.
npx killport kill --port <port_number>alias for killing a specific port.

Contributing

contributions are welcome. fork the repo, create a branch, and submit a pull request.

License

MIT License © 2025 Mohammed Ufraan

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago