# port-ops

> A Command Line Interface (CLI) tool for managing ports and processes. Check port availability, list open ports, and kill processes using a specific port.

Latest version **1.0.6** (published 2023-11-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install port-ops
pnpm add port-ops
yarn add port-ops
bun add port-ops
```

Provides the command `port-ops`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.6 |
| Published | 2023-11-25 |
| First published | 2023-11-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 6.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Your Name |
| Maintainers | hyperparameter |
| Keywords | cli, command-line, port-management, process-killer |

## Links

- npm: https://www.npmjs.com/package/port-ops
- npm.io page: https://npm.io/package/port-ops

## Dependencies (2)

- [commander](https://npm.io/package/commander.md) ^11.1.0
- [cli-table3](https://npm.io/package/cli-table3.md) ^0.6.0

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 1.0.6 (latest) — 2023-11-25
- 1.0.4 — 2023-11-25
- 1.0.3 — 2023-11-25
- 1.0.2 — 2023-11-25
- 1.0.1 — 2023-11-25
- 1.0.0 — 2023-11-25

## README

# Port-Ops
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![npm version](https://badge.fury.io/js/npm.svg)](https://www.npmjs.com/package/port-ops)
![Year](https://img.shields.io/badge/year-2023-blue)


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

```bash

npm install -g port-ops

```

## Usage

Run the following command to enter the port-ops terminal:
```bash
port-ops
```
Once inside the port-ops terminal, you can execute the following commands:
### List Open Ports
```bash
list
```
This command displays a list of all open ports and associated processes.
### Check Port Availability
```bash
check <port>
```
### Kill Processes on Port
```bash
kill <port>
```

---
_Source: https://npm.io/package/port-ops · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
