@marionebl/bundle-id

Get bundle identifier from a bundle name (macOS): `Safari` → `com.apple.Safari`

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@marionebl/bundle-id
1502.0.15 years ago5 years agoMinified + gzip package size for @marionebl/bundle-id in KB

Readme

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