get-osx-version

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

Usage no npm install needed!

<script type="module">
  import getOsxVersion from 'https://cdn.skypack.dev/get-osx-version';
</script>

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());