sw-vers

0.0.1 • Public • Published

sw-vers Build Status

sw-vers is a parser for sw_vers command output.

Installation

npm install sw_vers

Usage

var swVers = require('sw-vers');
 
swVers(function (_, data) {
  console.dir(data);
});

Will output something similar to:

{ productName: 'Mac OS X',
  productVersion: '10.7.4',
  buildVersion: '11E53' }

Readme

Keywords

none

Package Sidebar

Install

npm i sw-vers

Weekly Downloads

3

Version

0.0.1

License

none

Last publish

Collaborators

  • mmalecki