Get bundle name from a bundle identifier (macOS): `com.apple.Safari` → `Safari`
npm install bundle-name> Get bundle name from a bundle identifier (macOS): com.apple.Safari → Safari
``sh`
npm install bundle-name
`js
import 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