1.0.3 • Published 2 years ago

@lxfater/windows-systeminfo v1.0.3

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

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago