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ç
- Host: GitHub
- URL: https://github.com/turkcoode/port-finder-cli
- Owner: turkcoode
- License: mit
- Created: 2026-03-03T16:17:45.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-03T16:19:14.000Z (4 months ago)
- Last Synced: 2026-03-03T20:42:29.995Z (4 months ago)
- Topics: cli, devtools, network, nodejs, port
- Language: JavaScript
- Homepage: https://turkcoode.github.io/port-finder-cli
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Port Finder CLI
Kullanılabilir ağ portlarını bulan ve port çakışmalarını tespit eden araç
[](https://www.npmjs.com/package/port-finder-cli)
[](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)