1.0.6 • Published 6 months ago

port-ops v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

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>
1.0.6

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago