osx-find-executable

1.0.0 • Public • Published

osx-find-executable

Find an app's executable by its bundle id.

Usage

const find = require('osx-find-executable')
 
find('com.google.Chrome', (err, exec) => {
  // => /Applications/Google Chrome.app/Contents/MacOS/Google Chrome 
})

Installation

$ npm install osx-find-executable

API

find(id, cb(err, exec))

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i osx-find-executable

Weekly Downloads

7

Version

1.0.0

License

MIT

Last publish

Collaborators

  • juliangruber