An open API service indexing awesome lists of open source software.

https://github.com/creeperyang/check-port

Check if a port is used and kill the process as you like.
https://github.com/creeperyang/check-port

check-port port

Last synced: over 1 year ago
JSON representation

Check if a port is used and kill the process as you like.

Awesome Lists containing this project

README

          

# check-port

[![Build Status](https://travis-ci.com/creeperyang/check-port.svg?token=ntKBYpfYUQDyzDxTiJct&branch=master)](https://travis-ci.com/creeperyang/check-port)
[![npm version](https://badge.fury.io/js/%40iux%2Fcheck-port.svg)](https://badge.fury.io/js/%40iux%2Fcheck-port)

> Check if a port is used and kill the process as you like.

A simple cli tool help to check port usage and kill the corresponding process at **Windows** platform.

## Installation

```bash
npm i -g @iux/check-port
```

## Usage

![image](https://user-images.githubusercontent.com/8046480/58946779-35a1b380-87b9-11e9-9149-96bcaca73354.png)

## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fcreeperyang%2Fcheck-port.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fcreeperyang%2Fcheck-port?ref=badge_large)