1.1.1 • Published 6 years ago

bsqr v1.1.1

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

BSQR

Simple little script that runs browser-sync & displays a QR code with the external URL.

BSQR desktop to iPhone QR scan usage GIF

Installation

To run once-in-a-while use:

npx bsqr

If you'll need it a lot install it locally with:

npm install -g bsqr
# or
yarn global add bsqr

Options

NameSyntaxDefaultDescription
port-p, --port <number>3000Port number to use
server-s, --server <path>. (current directory)Run a Local server (uses your cwd as the web root) BrowserSync Option
noServer-ns, --no-serverN/AStop the server from running, useful if you have your own BrowserSync instance & just want the QR code
big-b, --bigN/A (so, small)Use a big QR code

Testing

Run:

./index.js -s examples/simple

to test basic functionality works.

1.1.1

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago