Skip to content

ragingwind/electron-bin-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Find a path of electron bin installed in local or global

Resources

License

Stars

Watchers

Forks

Packages

No packages published