1.0.1 • Published 1 year ago

baseboard v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

nodejs 获取 主板信息

支持windows、mac、Linux 注意Linux非root权限可能会导致获取信息不全

示例

import {baseboard} from "baseboard";

console.log(baseboard());

// 输出主板信息
// {
//   manufacturer: 'xxx COMPUTER INC.',
//   product: 'xxx',
//   version: '1.0',
//   serial: 'xxx'
// }
1.0.1

1 year ago

1.0.0

1 year ago