uniq-port

1.0.1 • Public • Published

uniq-port npm build coverage dependencies

Generates a string-based unique port number in a safe range

Install

NPM

npm install uniq-port

Yarn

yarn add uniq-port

Usage

const uniqPort = require( 'uniq-port' )
 
uniqPort( 'your-unique-app-name' ) //-> 65293
uniqPort( 'uniq-port' ) //-> 54115

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i uniq-port

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • vkalinichev