https://github.com/cedx/which.js
Find the instances of an executable in the system path, in JavaScript.
https://github.com/cedx/which.js
javascript nodejs typescript which
Last synced: about 1 year ago
JSON representation
Find the instances of an executable in the system path, in JavaScript.
- Host: GitHub
- URL: https://github.com/cedx/which.js
- Owner: cedx
- License: mit
- Created: 2022-04-08T20:08:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T10:23:50.000Z (about 1 year ago)
- Last Synced: 2025-04-04T10:34:03.013Z (about 1 year ago)
- Topics: javascript, nodejs, typescript, which
- Language: JavaScript
- Homepage: https://github.com/cedx/which.js/wiki
- Size: 1.51 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS.txt
Awesome Lists containing this project
README
# Which for JS
   
Find the instances of an executable in the system path, in [JavaScript](https://developer.mozilla.org/docs/Web/JavaScript).
## Documentation
- [User guide](https://github.com/cedx/which.js/wiki)
- [API reference](https://cedx.github.io/which.js)
- [Examples](https://github.com/cedx/which.js/tree/main/example)
## Development
- [Git repository](https://github.com/cedx/which.js)
- [Submit an issue](https://github.com/cedx/which.js/issues)
## License
[Which for JS](https://github.com/cedx/which.js) is distributed under the MIT License.