1.0.3 • Published 3 years ago

@lxfater/windows-systeminfo v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago