bundle-name-cli

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

Usage no npm install needed!

<script type="module">
  import bundleNameCli from 'https://cdn.skypack.dev/bundle-name-cli';
</script>

README

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