0.1.0 • Published 9 years ago

electron-bin-path v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

electron-bin-path Build Status

Find a path of electron bin installed in local or global node_modules

Install

$ npm install --save electron-bin-path

Usage

const bin = require('electron-bin-path');

bin().then(p => {
	//=> './node_modules/.bin/electron'
});

API

bin()

return promise. resolving with the path first found.

License

MIT © ragingwind