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

Package detail

get-osx-version

fscherwi75MIT3.0.0

tiny program to get the Mac OS version of the current system

osx, mac, version, mac os, macos

readme

get-osx-version

Build Status Coverage Status Codacy Badge

Get the Mac OS versions from the current system!

Install

npm install get-osx-version --save

Usage

Output your current Mac OS version!

const {macOSVersion} = require('get-osx-version');

console.log('Mac OS version: ' + macOSVersion());