0.1.2 • Published 9 years ago

node-ip v0.1.2

Weekly downloads
390
License
MIT
Repository
-
Last release
9 years ago

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