Skip to content

Super-small node.js utility to find unused port

Notifications You must be signed in to change notification settings

Flackus/gimme-port

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);
});

About

Super-small node.js utility to find unused port

Resources

Stars

Watchers

Forks

Packages

No packages published