Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kelvv/killport2
a tool for port to search and kill
https://github.com/kelvv/killport2
nodejs
Last synced: about 1 month 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T02:24:46.000Z (over 7 years ago)
- Last Synced: 2024-11-06T07:48:47.064Z (about 1 month ago)
- Topics: nodejs
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 11
- Watchers: 2
- 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![npm](https://img.shields.io/npm/l/express.svg?maxAge=2592000?style=plastic)
![node](https://img.shields.io/badge/node-4.x-blue.svg)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