Skip to content

a nodejs library that kills process by port on unix machines

Notifications You must be signed in to change notification settings

GuyMograbi/kill-by-port

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

travis

Installation

npm install -S kill-by-port

or globally for command line

npm install -g kill-by-port

Usage

require('kill-by-port').killByPort(8000)

or by command line

kill-by-port --port 8000

Roadmap

  • add tests
  • add windows support
  • publish to npm

About

a nodejs library that kills process by port on unix machines

Resources

Stars

Watchers

Forks

Packages