1.1.0 • Published 8 years ago

osx-info v1.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

osx-info Build Status

Get information about your Mac

Install

$ npm install --save osx-info

Usage

const osxInfo = require('osx-info');

osxInfo().then(data => {
	console.log(data);
	/*
	{
		name: 'MacBook Pro (Retina, 15-inch, Mid 2014)',
		identifier: 'MacBookPro11,3',
		core: 'Intel Core i7',
		...
	}
	*/
});

CLI

$ npm install --global osx-info
$ osx-info --help

  Usage
    $ osx-info

Related

License

MIT © Andreas Gillström