1.0.1 • Published 4 years ago

dev-qr v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

dev-qr

A personal package for generating QR Code link to a local development server. The goal is to facilitate mobile site testing during development.

Installation

Currently, only installation through this repository is available.

NPM

npm i dev-qr

Yarn

yarn add dev-qr

Usage

NPM

It can be easily used through npx.

npx dev-qr --port=[port_number]

Yarn

yarn dev-qr --port=[port_number]