CLI utility for creating QR codes to help testing webapps on mobile phones
npm install miniqripA very simple cross-platform command line utility to help make trying out locally hosted (web) applications on mobile phones easier.

___
ipconfig to find out your network IP, only to type it into the phone manually.
As most modern phones are perfectly capable of scanning QR codes and opening links encoded in QR, why not make life a bit easier for yourself?
npm install && npm linkqrip 4000 to create a QR code with your local ip with :4000 appended to it.qrip 4000 /cats/666 to create a qr code similar to the above, except with an excplicitly set path.
qrip 4000 /cats/666 --ngrok to also create an ngrok tunnel and generate a QR code for its public URL.
qrip --help for... Help.