This package has been deprecated

Author message:

Please use https://www.npmjs.com/package/get-port-please

get-port-plz
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

get-port-plz

Get an available TCP port to listen

npm npm (scoped with tag)

Usage

Install package:

yarn add get-port-plz
# or 
or npm install get-port-plz
const getPort = require('get-port-plz')
// or
import getPort from 'get-port-plz'
function getPort(options?: GetPortOptions): Promise<number>

Try sequence is: port > ports > memo > random

Options

interface GetPortOptions {
  name?: string
 
  random?: boolean
  port?: number
  ports?: number[]
 
  memoDir?: string
  memoName?: string
}

name

Unique name for port memorizing. Default is default.

random

If enabled, port and ports will be ignored. Default is false.

port

First port to check. Default is process.env.PORT || 3000

ports

Alternative ports to check. Default is [4000, 5000, 6000, 7000]

memoDir / memoName

Options passed to fs-memo

  • Default dir: node_modules/get-port/dist
  • Defalt name: .get-port

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i get-port-plz

Weekly Downloads

4

Version

0.0.6

License

MIT

Unpacked Size

11.1 kB

Total Files

6

Last publish

Collaborators

  • pi0