Skip to content

A command line tool for showing your IP address on the LAN

Notifications You must be signed in to change notification settings

bzarras/print-ip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

print-ip

A command line tool for getting your IP on the LAN

Install

$ npm install -g print-ip

Usage

$ ip

172.104.0.3

or

$ print-ip

172.104.0.3

Fun

You can append a color to the end of the command and it will print in that color

$ ip magenta

172.104.0.3 # will be the color magenta

Valid colors are:

  • black
  • red
  • green
  • yellow
  • blue
  • magenta
  • cyan
  • white
  • gray

About

A command line tool for showing your IP address on the LAN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published