bundle-id-cli

August 9, 2021 · View on GitHub

Get bundle identifier from a bundle name (macOS): Safari → com.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

  • bundle-id - API for this module

Contents

  1. 1Install
  2. 2Usage
  3. 3Related