Skip to content

rimiti/kill-port

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

kill-port

MIT License PRs Welcome

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