@metamsa/portr
v1.0.4
Published
Portr, lokal ağınızdaki portları yönetmenize yardımcı olan bir araçtır.
Maintainers
Readme
🚀 Portr
Portr is a modern port and process management tool that runs in the system tray and simplifies local development workflows from the command line.
It is specifically designed to solve the common "Port already in use" issue faced by developers working with Next.js, Docker, or Node.js services without dealing with terminal clutter.
🛠 Key Features
- ⚡ Fast Port Analysis: Instantly lists all active ports and the services using them.
- 📂 Directory Information: Shows not only the process (PID) but also the directory where the application is running.
- 🎯 One-Command Kill: Instantly terminates conflicting or hanging
ports without dealing with
taskkillcommands.
🚀 Installation
Development Mode
To run the project locally, follow these steps:
git clone https://github.com/MetaMsa/Portr-Cli.git
cd portr-cli
npm install
npm run build
npm startNPM
npm i -g @metamsa/portr
portr-cliNPX
npx @metamsa/portrOptions
| Flag | Description |
|------|-------------|
| --all | Show all ports |
| --json | Output as JSON |
| --kill PID | Kill process by PID |
| --help | Show help |
| --version | Show version number |
💻 Tech Stack
Node.js
🤝 Contributing
All contributions are welcome. Feel free to open an issue or submit a pull request for bug reports or feature suggestions.
📜 License
This project is licensed under the MIT License.
