achingbrain / freeport-promise

A promise to find a free port

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

freeport-promise

Build Status Coverage Status

Like freeport but with promises

import { freeport } from 'freeport'

const port = await freeport()

console.log(port)

About

A promise to find a free port

License:Other


Languages

Language:TypeScript 100.0%