1.0.5 • Published 3 years ago

os-network-tools v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

WELCOME TO OS NETWORK TOOLS:

This is a Command Line Program

Options:

1 : Get Operating System Informations \ 2 : Get Network Informations

Flags:

output-json : Output result into a JSON File output-xml : Output result into a XML File

Important:

Flags are optional, default output into stdout

Flags must be specified as second arguments after specifying options

Examples

node ./node_modules/os-network-tools/index.js --help (-h)

Output help menu

node ./node_modules/os-network-tools/index.js 1

Output Operating System Informations into your running terminal

node ./node_modules/os-network-tools/index.js 1 output-json

Ouput Operating System Informations into a JSON file

node ./node_modules/os-network-tools/index.js 1 output-xml

Ouput Operating System Informations into a XML file

node ./node_modules/os-network-tools/index.js 2

Output Network Informations into your running terminal

node ./node_modules/os-network-tools/index.js 2 output-json

Ouput Network Informations into a JSON file

node ./node_modules/os-network-tools/index.js 2 output-xml

Ouput Network Informations into a XML file

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago