killports
v1.0.3
Published
A lightweight library to kill processes listening to a list of ports using cli or nodejs module
Readme
killports
A lightweight library to kill processes listening to a list of ports using cli or nodejs module
Module usage
$ npm install killportsconst killports = require('killports')
const ports = [3000, 3001, 3002]
killports(ports)CLI Usage
$ npm install -g killports$ killports 3000 3001 3002License
ISC
