Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/suhailroushan13/killport-npm

bash killport lsof npm process

Last synced: about 7 hours ago
JSON representation

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.

Awesome Lists containing this project

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:

```bash
sudo npm install killport-npm
killport
```

## Screenshots

![Screenshot](https://i.imgur.com/eCJfK4r.png)

## Authors

- [Suhail Roushan](https://www.google.com/search?q=Suhail+Roushan)

## 🔗 Links
[![GitHub](https://img.shields.io/badge/github-000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/suhailroushan13)

[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/suhailroushan13/)

[![twitter](https://img.shields.io/badge/twiiter-00acee?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/0xsuhailroushan)