kill-by-port
v0.0.2
Published
kills process by port
Downloads
7
Readme
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
- [X] add tests
- [ ] add windows support
- [X] publish to npm