A custom Homebrew tap for Killport, a command-line utility to easily terminate processes running on a specific port.
To install Killport using this tap, run the following commands:
brew tap jkfran/killport
brew install killport
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.
This project is licensed under the MIT License.