@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

/@marionebl/bundle-id/

    Package Sidebar

    Install

    npm i @marionebl/bundle-id

    Weekly Downloads

    248

    Version

    2.0.1

    License

    MIT

    Last publish

    Collaborators

    • marionebl