freeport-promise

A promise to find a free port.


Licenses
Apache-2.0/MIT
Install
npm install freeport-promise@2.0.0

Documentation

freeport-promise

Build Status Coverage Status

Like freeport but with promises

import { freeport } from 'freeport'

const port = await freeport()

console.log(port)