m_sys
v0.0.1
Published
gather system info as a javascript object
Downloads
2
Readme
m_sys
gather basic system information as a javascript object
From the command line
> npm install m_sys -g
> m_sys
> m_sys --verbose
As a library
const m_sys = require('m_sys');
console.log(JSON.stringify(m_sys(), null, 2);