1.0.6 ⢠Published 2 years ago
nodejs-os-data v1.0.6
Nodejs OS Data: A simple package to view OS data
š± I did this project to learn about how to publish a NPM package and work with command-line arguments
š» Get operating system-related data such as CPU Architecture, CPU Model, Total memory, and more!
š Lightweight without dependencies
Preview
Console
Files
How to use
Code
getData().catch(console.error);
NPX
npx nodejs-os-data [filename] [format]
Available Options:
Command | Description | Defaults |
---|---|---|
--filename | Filename to use | info.txt |
--format | File extension | .txt |