Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/farolfo/takeport
- Owner: farolfo
- License: mit
- Created: 2015-06-04T15:08:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-04T20:05:37.000Z (over 9 years ago)
- Last Synced: 2024-11-08T02:56:36.725Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 137 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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...
```