1.2.6 • Published 5 years ago
system-details v1.2.6

system-details
Complete system information library for node.js
Installation
Either through cloning with git or by using npm (the recommended way):
npm install -g system-detailsAnd system-details will be installed globally to your system path.
You can also install system-details as a development dependency:
npm install --save-dev system-detailsWith a local installation, system-details will not be available in your system path and cannot be run simply with system-details command.
Usage
If system-details is installed as global package, simply run it using:
system-detailsIf system-details is installed as a development dependency, run by calling it from within an npm script.
Edit package.json file:
"scripts": {
"system-details": "./node_modules/.bin/system-details"
},
/* rest of package.json */Run using command:
npm run system-detailsDemo

Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.