An open API service indexing awesome lists of open source software.

https://github.com/turkcoode/port-finder-cli

Kullanılabilir ağ portlarını bulan ve port çakışmalarını tespit eden araç
https://github.com/turkcoode/port-finder-cli

cli devtools network nodejs port

Last synced: 4 months ago
JSON representation

Kullanılabilir ağ portlarını bulan ve port çakışmalarını tespit eden araç

Awesome Lists containing this project

README

          

# Port Finder CLI

Kullanılabilir ağ portlarını bulan ve port çakışmalarını tespit eden araç

[![npm version](https://img.shields.io/npm/v/port-finder-cli.svg)](https://www.npmjs.com/package/port-finder-cli)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Kurulum

```bash
npm install -g port-finder-cli
```

## Kullanım

```bash
port-finder-cli --help
```

```javascript
const portFinderCli = require('port-finder-cli');

// Temel kullanım
const result = portFinderCli.analyze(input);
console.log(result);
```

## Özellikler

- Hızlı ve hafif
- Sıfır yapılandırma ile çalışır
- CLI ve programatik API desteği
- Türkçe karakter desteği

## API

### `analyze(input, options?)`

| Parametre | Tip | Açıklama |
|-----------|-----|----------|
| `input` | `string` | Analiz edilecek veri |
| `options` | `object` | İsteğe bağlı yapılandırma |

## Örnekler

Daha fazla örnek ve detaylı dokümantasyon için [TURK CODE Blog](https://turkcode.net/blog) adresini ziyaret edin.

## Katkıda Bulunma

Pull request'ler memnuniyetle karşılanır. Büyük değişiklikler için lütfen önce bir issue açın.

## 📚 Dokümantasyon

- [Ana Sayfa](docs/Home.md)
- [Kurulum Rehberi](docs/Kurulum.md)
- [API Dokümantasyonu](docs/API-Docs.md)
- [SSS](docs/SSS.md)
- [Örnekler](docs/Örnekler.md)

## İlişkili Projeler

Bu projeyle ilgili diğer açık kaynak araçlarımız:

- [**Color Converter CLI**](https://github.com/turkcoode/color-converter-cli) - developer aracı
- [**Base64 CLI**](https://github.com/turkcoode/base64-cli) - developer aracı
- [**Sitemap Validator**](https://github.com/turkcoode/sitemap-validator) - seo aracı
- [**Robots.txt Parser**](https://github.com/turkcoode/robots-txt-parser) - seo aracı

Tüm projeler: [github.com/turkcoode](https://github.com/turkcoode) | [TURK CODE Blog](https://turkcode.net/blog)

## Lisans

MIT - Detaylar için [LICENSE](LICENSE) dosyasına bakın.

---

**TURK CODE** tarafından geliştirilmiştir | [https://turkcode.net](https://turkcode.net)