Skip to content

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.

Notifications You must be signed in to change notification settings

suhailroushan13/killport-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages