1.2.0 • Published 6 years ago

yarn-stackos v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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('yarn-stackos');

// Get system info object
console.log(stackos.info);

// Log basic system info
stackos.log();
1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago