node-ip
v0.1.2
Published
Simple command line tool that gives you a list consisting of all your IPv4 addresses.
Downloads
2,643
Readme
ip
Simple command line tool that gives you a list consisting of all your IPv4 addresses.
Install
$ (sudo) npm install node-ip -g
Usage
$ ip
en0: 10.58.100.191
en5: 10.58.71.59
$
To get the prefered ip only, use -l parameter.
$ ip -l
10.58.71.59
$
License
MIT