uniq-port
v1.0.1
Published
Generates a string-based unique port number
Downloads
7
Maintainers
Readme
uniq-port
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