killport-npm
v1.0.4
Published
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.
Downloads
4
Maintainers
Readme
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