k-port

2.3.1 • Public • Published

k-port

💪 kill multiple ports easily and nicely.

Installation

$ npm install k-port -g

Execution

$ k-port --help

Usage:
  k-port -h --help // print help information
  k-port 8001 // kill single port 8001
  k-port 8001,8002 // kill multiple ports 8001, 8002
  k-port -p=8001 // kill single port 8001
  k-port -p=8001,8002 // kill multiple ports 8001, 8002
  k-port --port=8001 // kill single port 8001
  k-port --port=8001,8002 // kill multiple ports 8001, 8002
  k-port --port=3002 -p=3000,3001 3003 // kill multiple ports 3003, 3000, 3001, 3002

/k-port/

    Package Sidebar

    Install

    npm i k-port

    Weekly Downloads

    2

    Version

    2.3.1

    License

    MIT

    Unpacked Size

    3.47 kB

    Total Files

    3

    Last publish

    Collaborators

    • soulizs