1.0.4 • Published 5 years ago

@srinivas365/qr-gen v1.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

QR IMAGE GENERATOR

A command Line tool which takes the file/data from user and generate QR Image(PNG format) storing that information.

Installation

npm i @srinivas365/qr-gen -g

Usage

qrgen --help

Options:
  --version  Show version number                                       [boolean]
  --data     Provide the data to generete QR Image                      [string]
  --file     Input txt file which contains data line by line
  --dest     Destination folder.By default 'output folder in your current
             directory'
  --help     Show help  

EXAMPLES

qrgen --data='INSERT TEXT HERE FOR QR IMAGE'

qrgen --file='hello.txt' --dest='DESTINATION DIRECTORY'
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago