@manujayaraj/system-info

1.0.2 • Public • Published

system-info

Tiny package to fetch system info

Available Options

1.tiny(default) Fecth basic details

const sInfo=require("@manujayaraj/system-info");

console.log(sInfo.systemInfo("tiny"));

/*{
  type: 'Linux',
  platform: 'linux',
  architecture: 'x64',
  release: '5.4.0-31-generic'
}*/

2.medium

Fetch details in the moderate level

3.complete

Fetch all the details

Package Sidebar

Install

npm i @manujayaraj/system-info

Weekly Downloads

4

Version

1.0.2

License

none

Unpacked Size

2.39 kB

Total Files

3

Last publish

Collaborators

  • manujayaraj