Skip to content

nros/chrome-finder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Npm Package Build Status Build Status Dependency Status Npm Downloads

chrome-finder

find a executable chrome in your system automatic

Use

const findChrome = require('chrome-finder');
const chromePath = findChrome();
  • if no executable chrome find, Error('platform not support') will be throw
  • if platform is not one if ['win32','darwin','linux'], Error('no chrome installations found') will be throw

Use Case

chrome-finder has been used in:

About

chrome finder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%