0.0.4 • Published 2 years ago

batch-qrcode-generator v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Batch QR Code Generator

A simple CLI utility to generate multiple QR Codes from a CSV file.

Usage

Either install it globally

npm install -g batch-qrcode-generator

Or run it via NPX

npx batch-qrcode-generator -f file.csv [options]

The CSV file currently has to use semicolons as delimiters.

Options

You can use a few different options to customize the output

optionrequireddescriptiondefault
--file / -fyesPath to the input CSV file
--column / -cnoThe column in the CSV file to generate the QRCode from1
--outputDir / -onoPath to the output directory relative to the current directory""
--prefix / -pnoA prefix added to the string encoded in the QRCode""
--delimiter / -dnoThe delimiter used in the input CSV file";"
0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago