Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 446 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 446 Bytes

StackOS

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