Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 224 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 224 Bytes

gimme-port

Super-small node.js utility to find unused port

npm i -g gimme-port
gimme-port
require('gimme-port')(function(err, port) {
    if (err) console.error(err);
    console.log(port);
});