port-ops
v1.0.6
Published
A Command Line Interface (CLI) tool for managing ports and processes. Check port availability, list open ports, and kill processes using a specific port.
Downloads
8
Maintainers
Readme
Port-Ops
Port-Ops is a Command Line Interface (CLI) tool for managing ports and processes. It allows you to check port availability, list open ports, and kill processes using a specific port.
Features
- Check Port Availability: Determine if a network port is in use.
- List Open Ports: Display a list of all open ports and associated processes.
- Kill Processes on Port: Terminate processes using a specific network port.
Installation
npm install -g port-ops
Usage
Run the following command to enter the port-ops terminal:
port-ops
Once inside the port-ops terminal, you can execute the following commands:
List Open Ports
list
This command displays a list of all open ports and associated processes.
Check Port Availability
check <port>
Kill Processes on Port
kill <port>