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

https://github.com/shravan20/port-kill


https://github.com/shravan20/port-kill

Last synced: 7 months ago
JSON representation

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/)