Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 742 Bytes

readme.md

File metadata and controls

26 lines (17 loc) · 742 Bytes

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