suhailroushan13 / killport-npm

killport-npm package would take a port number as an argument and then find the process using that port. After identifying the process, it would terminate it, effectively "killing" the port and freeing it up for other processes to use.

Home Page:https://www.npmjs.com/package/killport-npm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

killport-npm

A simple command-line utility that kills the process running on a specified port number. It's especially useful for developers who often need to free up ports occupied by stuck processes.

Usage

To use the script, follow these steps:

sudo npm install killport-npm
killport

Screenshots

Screenshot

Authors

🔗 Links

GitHub

linkedin

twitter

About

killport-npm package would take a port number as an argument and then find the process using that port. After identifying the process, it would terminate it, effectively "killing" the port and freeing it up for other processes to use.

https://www.npmjs.com/package/killport-npm


Languages

Language:Shell 100.0%