[UNMAINTAINED] Find an executable in the $PATH.
  • JavaScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-12-02 23:23:49 +01:00
lib existsSync has moved in 0.8. 2012-06-20 08:55:46 +02:00
test Initial 2012-06-18 14:47:11 +02:00
.gitignore Initial 2012-06-18 14:47:11 +02:00
.travis.yml Travis 2012-06-18 14:48:33 +02:00
example.js Initial 2012-06-18 14:47:11 +02:00
LICENSE Relicense as MIT 2012-08-11 12:04:52 +02:00
package.json 1.0.2 2012-08-11 12:06:07 +02:00
README.md This project is unmaintained 2016-12-02 23:23:49 +01:00

This project is not actively maintained

Issues and pull requests on this repository may not be acted on in a timely manner, or at all. You are of course welcome to use it anyway. You are even more welcome to fork it and maintain the results.

Unmaintained

inpath

build status

Find an executable in the $PATH.

Example

var inpathSync = require('inpath').sync;

var env = inpathSync('env');
console.log(env); // => /usr/bin/env

var none = inpathSync('4A87553D-6BAC-42EE-A699-BAF7830E453A');
console.log(none); // => null

License

MIT