aport

2.0.0 • Public • Published

aport

Build Status npm Version JS Standard

Find freeport with promise

Installation

$ npm install aport --save

Usage

'use strict'
 
const aport = require('aport')
 
;(async () => {
  // Find free port
  let port = await aport()
  console.log('Free port :', port)
}).catch((err) => console.error(err))
 

License

This software is released under the MIT License.

Links

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    5
  • 1.0.0
    9

Package Sidebar

Install

npm i aport

Weekly Downloads

13

Version

2.0.0

License

MIT

Last publish

Collaborators

  • okunishinishi