1.0.0 • Published 10 years ago
extify v1.0.0
Extify
Extify is a node module to resolve executables within PATH and PATHEXT, a lot like where or which, just simpler and lightweight
Installation
npm install -g extifyAPI
export default function extify(path: string, envPath: ?string = null, envExtPath: ?string = null): Promise<string>
export function extifySync(path: string, envPath: ?string = null, envExtPath: ?string = null): stringLicense
This Project is licensed under the terms of MIT License, see the LICENSE file for more info.
1.0.0
10 years ago