dev-qr
v1.0.1
Published
A personal package for generating QR Code link to a local development server. The goal is to facilitate mobile site testing during development.
Downloads
2
Maintainers
Readme
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]