包详细信息

bundle-name

sindresorhus35.8mMIT4.1.0

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

macos, plist, applescript, bundle

自述文件

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'

Related