Get bundle name from a bundle identifier (macOS):
com.apple.Safari→Safari
npm install bundle-nameimport bundleName from 'bundle-name';
console.log(await bundleName('com.apple.Safari'));
//=> 'Safari'- bundle-name-cli - CLI for this module
- bundle-id - Get bundle identifier from a bundle name