1.0.3 • Published 4 years ago
killports v1.0.3
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