@gen6033/chrome-path

0.0.1 • Public • Published

chrome-path

Getting chrome/chromium paths

Install

$ npm install @gen6033/chrome-path

Usage

const chromePath = require('@gen6033/chrome-path');

chromePath()
/* =>
{ 'google-chrome': '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome',
  'google-chrome-canary': '/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary',
  chromium: '/Applications/Chromium.app/Contents/MacOS/Chromium' }
*/

License

MIT

Package Sidebar

Install

npm i @gen6033/chrome-path

Weekly Downloads

795

Version

0.0.1

License

MIT

Last publish

Collaborators

  • gen6033