electron-bin-path

0.1.0 • Public • Published

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

Package Sidebar

Install

npm i electron-bin-path

Weekly Downloads

3

Version

0.1.0

License

MIT

Last publish

Collaborators

  • ragingwind