qrip-cli

0.0.4 • Public • Published

qrip-cli

qrip-logo

expose your ip address to the world

NPM Downloads

qrip is a cli that let you to get your current ip address of connected network.

all you have todo is just install node then run these command below:

npm install -g qrip-cli

usage

just run qrip and it will show you the qr code of your ip.

qrip                        # http://192.168.x.x

add port

to add port, just use the flags -p or --port

qrip -p 3000                # http://192.168.x.x:3000

route

if you want a route behind the url, use the flags -r or --route

qrip -r dashboard           # http://192.168.x.x/dashboard
qrip -r dashboard -p 3000   # http://192.168.x.x:3000/dashboard

copy to clipboard

use -c or --copy

qrip -c                     # it will automatically copy the url to clipboard

show the url of ip address

use -s or --show

qrip -s                     # it will show the ip address

Readme

Keywords

none

Package Sidebar

Install

npm i qrip-cli

Weekly Downloads

6

Version

0.0.4

License

MIT

Unpacked Size

7.81 kB

Total Files

6

Last publish

Collaborators

  • oystr29