2.0.1 • Published 6 years ago

@marionebl/bundle-id v2.0.1

Weekly downloads
675
License
MIT
Repository
github
Last release
6 years ago

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