@marionebl/bundle-id

2.0.1 • Public • Published

bundle-id Build Status

Get bundle identifier from a bundle name (macOS): Safaricom.apple.Safari

Install

$ npm install --save bundle-id

Usage

const bundleId = require('bundle-id');

bundleId('Safari').then(id => {
	console.log(id);
	//=> 'com.apple.Safari'
});

Related

License

MIT © Sindre Sorhus

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.1
    314
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.1
    314

Package Sidebar

Install

npm i @marionebl/bundle-id

Weekly Downloads

314

Version

2.0.1

License

MIT

Last publish

Collaborators

  • marionebl