przpiw / stack_os

OS Info - Demo module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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()

About

OS Info - Demo module


Languages

Language:JavaScript 100.0%