Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 368 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 368 Bytes

Kilp

Downloads

Kill process listening on port. Only tested in mac.

Usage

CLI only.

Global

Installation
$ npm i kilp -g
Usage
$ kilp <port>
Examples
$ kilp 8080

NPX

Direct Usage
$ npx kilp <port>
Examples
$ npx kilp 8080