@lxfater/windows-systeminfo
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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)
})

Readme

Keywords

Package Sidebar

Install

npm i @lxfater/windows-systeminfo

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

6.79 kB

Total Files

10

Last publish

Collaborators

  • lxfater