tadaskay / ngrok-qr

A cli tool that wraps `ngrok` and generates a QR code for the forwarded URL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ngrok-qr

A command-line tool that wraps ngrok and generates a QR code for the forwarded URL.

ngrok-qr Example

Installation

Using yarn:

yarn global add ngrok-qr

-- or --

Using npm:

npm install -g ngrok-qr

Now installed globally, ngrok-qr can be used directly from the command line.

Usage

ngrok-qr [port]

By default [port] is optional and defaults to 3000.

About

A cli tool that wraps `ngrok` and generates a QR code for the forwarded URL.

License:MIT License


Languages

Language:JavaScript 100.0%