/stack_os

OS Info - Demo module

Primary LanguageJavaScript

Stack_OS

Install:

yarn add stack_os

Get system info object:

stack_os.info

Log basic system info to console:

stack_os.log()

Example:

// Require
const stack_os = require('stack_os')

// Get system info object
console.log( stack_os.info )

// Log basic system info
stackos.log()