Get bundle name from a bundle identifier (macOS):
com.apple.Safari
→Safari
$ npm install --global bundle-name-cli
$ bundle-name --help
Usage
$ bundle-name <bundle-id>
Example
$ bundle-name com.apple.Safari
Safari
- bundle-name - API for this package