Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

bundle-name

sindresorhus41.7mMIT4.1.0TypeScript support: definitely-typed

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

macos, plist, applescript, bundle, bundleid, bundlename, id, identifier, CFBundleName, CFBundleIdentifier, uti

readme

bundle-name

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

Install

npm install bundle-name

Usage

import bundleName from 'bundle-name';

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