ziro 0.0.26

Cross-platform port management tool - quickly find and kill processes occupying ports
Documentation
# Ziro

<div align="center">

A fast, cross-platform port management tool

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Crates.io](https://img.shields.io/crates/v/ziro.svg)](https://crates.io/crates/ziro)
[![npm](https://img.shields.io/npm/v/@ithinku/ziro.svg)](https://www.npmjs.com/package/@ithinku/ziro)

**Choose Language / 选择语言:**

[🇺🇸 English]README.md | [🇨🇳 简体中文]README.zh.md

</div>

## Introduction

Ziro is a powerful command-line tool for quickly finding and managing processes that occupy ports. Supports Windows, Linux, and macOS platforms.

## Quick Start

### Install

**Cargo:**
```bash
cargo install ziro
```

**npm:**
```bash
npm install -g @ithinku/ziro
```

### Basic Usage

```bash
# Find process on port 8080
ziro find 8080

# Kill process on port 8080
ziro kill 8080
```

## Documentation

For full details, please refer to our detailed documentation:

- [Installation Guide]docs/en/01-installation.md
- [Usage Guide]docs/en/02-usage.md
- [Development Guide]docs/en/03-development.md
- [Contributing Guide]docs/en/04-contributing.md

---

<div align="center">
  
**If this project helps you, please give it a ⭐️**

Made with ❤️ by [huangshan](https://github.com/Protagonistss)

</div>