Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/suhailroushan13/killport-npm
- Owner: suhailroushan13
- Created: 2023-04-24T21:56:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-21T10:07:02.000Z (about 1 year ago)
- Last Synced: 2024-04-22T20:51:07.734Z (7 months ago)
- Topics: bash, killport, lsof, npm, process
- Language: Shell
- Homepage: https://www.npmjs.com/package/killport-npm
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)