Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rimiti/kill-port
💀 Kill process running on port.
https://github.com/rimiti/kill-port
golang kill kill-process process tooling
Last synced: about 4 hours ago
JSON representation
💀 Kill process running on port.
- Host: GitHub
- URL: https://github.com/rimiti/kill-port
- Owner: rimiti
- License: mit
- Created: 2018-06-27T08:58:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-29T12:00:36.000Z (over 6 years ago)
- Last Synced: 2024-06-19T13:40:00.681Z (5 months ago)
- Topics: golang, kill, kill-process, process, tooling
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 17
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kill-port
[![MIT License][license-badge]][LICENSE]
[![PRs Welcome][prs-badge]][prs]This package provides a powerful cross function to kill (Windows / MacOS / Linux) process running on given port.
## Installation
```
go get github.com/rimiti/kill-port
```## Examples
```
# Kill process running on port 80 (HTTP)
$ kill-port 80# Kill process running on port 443 (HTTPS)
$ kill-port 443# Kill process running on port 3306 (MySQL)
$ kill-port 3306
```## License
MIT © [Dimitri DO BAIRRO](https://github.com/rimiti/kill-port/blob/master/LICENSE)
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
[license]: https://github.com/rimiti/kill-port/blob/master/LICENSE
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
[prs]: http://makeapullrequest.com