Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/farolfo/takeport

```$ takeport 3000``` occupies the port 3000, use it for testing!
https://github.com/farolfo/takeport

Last synced: 13 days ago
JSON representation

```$ takeport 3000``` occupies the port 3000, use it for testing!

Awesome Lists containing this project

README

        

# takeport [![](https://badge.fury.io/js/takeport.svg)](http://badge.fury.io/js/takeport)

```$ takeport 3000``` occupies the port 3000, use it for testing!

Suppose you want to test how an application behaves with a port already occupied, just run takeport and your app as you always do. Easy and quick.

### Install

```
$ npm install -g takeport
```

### Usage

To take the port 8080 run

```
$ takeport 8080
Port 8080 taken...
```