Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

vvo/node-whereis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note from maintainers: Nowadays you should use https://github.com/npm/node-which

node-whereis Version Badge Build Status License Downloads

Simply get the first path to a bin on any system.

var whereis = require('whereis');
whereis('wget', function(err, path) {
  console.log(path);
});
// /usr/bin/wget

About

Simply get the first path to a bin on any system

Resources

License

Stars

Watchers

Forks

Packages

No packages published