npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

bundle-id

3.0.0

@sindresorhus

npmHomeRepoSnykSocket
Downloads:4
$ npm install bundle-id
DailyWeeklyMonthlyYearly

bundle-id

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

Install

$ npm install bundle-id

Usage

import {bundleId} from 'bundle-id';

console.log(await bundleId('Safari'));
//=> 'com.apple.Safari'

API

bundleId()

Returns a Promise<string> with the bundle ID.

bundleIdSync()

Returns a string with the bundle ID.

Related

  • bundle-id-cli - CLI for this module
  • bundle-name - Get bundle name from a bundle identifier