npm.io
1.0.6 • Published 2 years agoCLI

port-ops

Licence
MIT
Version
1.0.6
Deps
2
Size
6 kB
Vulns
0
Weekly
0

Port-Ops

License npm version Year

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>

Keywords