1.0.3 • Published 4 years ago

@lxfater/windows-systeminfo v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

windows-systeminfo

A nodejs wrapper for native windows systemInfo command.

const test = require('@lxfater/windows-systeminfo')
// Put your system (like cp936) cmd PageCode to get the correct information
// Using chcp command  to get your current PageCode
test('cp936').then((x) => {
    console.log(x)
})
1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago