1.0.4 • Published 6 years ago

viewcom v1.0.4

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

viewcom

View the computer information, including cpu, memory, ipv4, ipv6 etc.

install globally

npm install viewcom -g

use

run the command:

$ viewcom

view computer information in the console

{ 
    cpu: 'Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz',
    memory: '8G',
    memoryUseRatio: '13%',
    macAddress: 'xx',
    ipv6: 'xx',
    ipv4: 'xx',
    platform: 'win32',
    arch: 'x64',
    hostname: 'xx',
    username: 'xx' 
}

install partially

npm install viewcom -S

use

const viewcom = requie('viewcom');
console.log('ipv4:', viewcom.ipv4);
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago