binpath

0.2.2 • Public • Published

binpath

Build Status NPM version

Returns the executable path of a local npm module.

Install

$ npm install --save binpath

Usage

var binpath = require('binpath');
console.log( binpath('mocha') ); // '/PROJECT_DIR/node_modules/mocha/bin/mocha');

License

MIT © Raine Lourie

Package Sidebar

Install

npm i binpath

Weekly Downloads

0

Version

0.2.2

License

MIT

Last publish

Collaborators

  • raine