1. get-port-cli
Get an available port
get-port-cli
Package: get-port-cli
Created by: sindresorhus
Last modified: Sat, 18 Jun 2022 07:52:51 GMT
Version: 3.0.0
License: MIT
Downloads: 157,128
Repository: https://github.com/sindresorhus/get-port-cli

Install

npm install get-port-cli
yarn add get-port-cli

get-port-cli

Get an available port

Install

 npm install --global get-port-cli

Usage

$ get-port --help

  Usage
    $ get-port <preferred-ports>…

  Options
    --host, -h  The host on which port resolution should be performed. Can be either an IPv4 or IPv6 address.

  Examples
    $ get-port
    51402
    $ get-port 91929192 2324 732842342
    2324
    $ get-port 80
    9090
    $ get-port --host=127.0.0.1
    55740
    $ get-port 3000 3002 --host=127.0.0.1
    3002

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code