@wcjiang/whereis
v2.0.0
Published
Simply get the first path to a bin on any system.
Downloads
11
Readme
whereis
Like the unix which
utility.
Simply get the first path to a bin on any system.
Install
npm install @wcjiang/whereis --save
Usage
const whereis = require('@wcjiang/whereis');
(async () => {
const where = await whereis('ls');
console.log('where:', where);
// => /bin/ls
})();
Contributors
As always, thanks to our amazing contributors!
Made with action-contributors.
License
Licensed under the MIT License.