Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 621 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 621 Bytes

homebrew-killport

A custom Homebrew tap for Killport, a command-line utility to easily terminate processes running on a specific port.

Installation

To install Killport using this tap, run the following commands:

brew tap jkfran/killport
brew install killport

Usage

After installing Killport, you can use it by running:

killport <port>

Replace <port> with the port number you want to free up by terminating any processes running on it.

See the killport repo for more info.

License

This project is licensed under the MIT License.