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