A beautiful, interactive CLI to identify and kill running processes on your ports.
npm install port-killer-rtA beautiful, interactive Terminal User Interface (TUI) to identify and kill running processes on your ports.
bash
npx port-killer
`$3
Install it permanently on your system:
`bash
npm install -g port-killer
`
Then run it anywhere:
`bash
port-killer
`$3
1. Clone this repository.
2. Install dependencies:
`bash
npm install
`
3. Build the project:
`bash
npm run build
`
4. Start the tool:
`bash
npm start
`Development
Built with Ink, React, and TypeScript.`bash
Run in dev mode (watches for changes)
npm run dev
``