https://github.com/shravan20/port-kill
https://github.com/shravan20/port-kill
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shravan20/port-kill
- Owner: shravan20
- Created: 2021-11-04T14:57:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-15T18:27:22.000Z (over 3 years ago)
- Last Synced: 2025-03-16T00:12:36.028Z (7 months ago)
- Language: JavaScript
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# port-kill
Easiest way to kill hanging processes using port numbers - on any operating systems
## Installation
To setup the package/project in your local, following are the pre-requisites:
[x] node >= v10.x
[x] npm >= 7.x## Usage
To use the npm package of the `port-kill` using `npx`:
```
# Example : npx port-kill> npx port-kill
```If you are interested to only check the health or if port is alive or not:
```
> npx port-kill --health
```## Contributing
Pull Requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update and keep the code in sync time to time.## Maintainers
- Karthik SJ
- Shravan Kumar B## License
[MIT](https://choosealicense.com/licenses/mit/)