@moonandyou/chrome-path

0.2.1 • Public • Published

chrome-path

Getting path for chromium / chrome, it returns paths of chromium / chrome installed on your system

Install

$ yarn add @moonandyou/chrome-path

or

$ npm install @moonandyou/chrome-path

Usage

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

chromePath().then(res => console.log(res));
//=> { '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 © Jimmy Moon

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.1
    57
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.1
    57
  • 0.2.0
    0
  • 0.1.1
    0

Package Sidebar

Install

npm i @moonandyou/chrome-path

Weekly Downloads

57

Version

0.2.1

License

MIT

Last publish

Collaborators

  • ragingwind