system-details

1.2.6 • Public • Published

system photo

system-details

npm npm npm collaborators GitHub top language GitHub tag (latest by date) GitHub issues

Complete system information library for node.js

Installation

Either through cloning with git or by using npm (the recommended way):

npm install -g system-details

And 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-details

With 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-details

If 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-details

Demo

system-details demo

Contributing

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

License

MIT

Package Sidebar

Install

npm i system-details

Weekly Downloads

10

Version

1.2.6

License

MIT

Unpacked Size

409 kB

Total Files

8

Last publish

Collaborators

  • shivam-chahar