Simple OS info.
*Demo module for Stackacademy.tv Yarn Course.
Install:
yarn add stackos
Get system info object:
stackos.info
Log basic system info to console:
stackos.log()
Example:
// Require
const stackos = require('stackos')
// Get system info object
console.log( stackos.info )
// Log basic system info
stackos.log()