bundle-id-cli

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

Usage no npm install needed!

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

README

bundle-id-cli

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

Install

$ npm install --global bundle-id-cli

Usage

$ bundle-id --help

  Usage
    $ bundle-id <bundle-name>

  Example
    $ bundle-id Safari
    com.apple.Safari

Related