jslm
v1.1.1
Published
collect system, os, and user information.
Readme
jslm
collect system, os, and user information.
installation
make sure you have npm installed onto your computer.
run this command to install:
npm install jslmusage
const jslm = require('jslm')
// prints out user info
console.log(jslm('user.name'))
console.log(jslm('user.home'))
// prints out os info
console.log(jslm('os.platform'))
console.log(jslm('os.release'))
// prints out system info
console.log(jslm('sys.memory.free'))
console.log(jslm('sys.memory.total'))
console.log(jslm('sys.arch'))