https://github.com/kelvv/killport2
a tool for port to search and kill
https://github.com/kelvv/killport2
nodejs
Last synced: 12 days ago
JSON representation
a tool for port to search and kill
- Host: GitHub
- URL: https://github.com/kelvv/killport2
- Owner: kelvv
- License: mit
- Created: 2017-03-30T06:34:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T02:24:46.000Z (about 8 years ago)
- Last Synced: 2025-03-25T12:51:19.650Z (30 days ago)
- Topics: nodejs
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 11
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - killport2
README
# killport2
a tool for port to search and kill
operator system support: **window , mac ox , linux**
# Installation
using [npm](http://npmjs.org/) (the recommended way):
```
$ npm install killport2 -g
```or yarn
```
$ yarn add killport2 -g
```And killport2 will be installed globally to your system path.
# Usage
if you want to kill port 3000
```
$ killport 3000
```now , port 3000 is dead!
## License
MIT