Skip to content

Get the macOS version of the current system

License

Notifications You must be signed in to change notification settings

sindresorhus/macos-version-cli

Repository files navigation

macos-version-cli

Get the macOS version of the current system. Example: 10.9.3

Install

$ npm install --global macos-version-cli

Usage

$ macos-version --help

  Example
    $ macos-version
    10.9.3

Related