https://github.com/farolfo/takeport
```$ takeport 3000``` occupies the port 3000, use it for testing!
https://github.com/farolfo/takeport
Last synced: 5 months 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-04T20:05:37.000Z (about 11 years ago)
- Last Synced: 2024-12-30T12:19:48.766Z (over 1 year 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 [](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...
```