Skip to content

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

License

Notifications You must be signed in to change notification settings

sindresorhus/bundle-name-cli

Repository files navigation

bundle-name-cli

Get bundle name from a bundle identifier (macOS): com.apple.SafariSafari

Install

$ npm install --global bundle-name-cli

Usage

$ bundle-name --help

  Usage
    $ bundle-name <bundle-id>

  Example
    $ bundle-name com.apple.Safari
    Safari

Related