1.0.6 ā€¢ Published 12 months ago

nodejs-os-data v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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

image of os data from terminal

Files

image of different files containing OS data

How to use

Code

getData().catch(console.error);

NPX

npx nodejs-os-data [filename] [format]

Available Options:

CommandDescriptionDefaults
--filenameFilename to useinfo.txt
--formatFile extension.txt

References

Node.js API docs used as knowledgebase

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago