Create barcodes (QR/Code128)
Download barcode
from releases
NAME:
barcode - Create Barcodes or QR codes
USAGE:
barcode [global options] command [command options] [arguments...]
VERSION:
v0.1.0, BuildTime: 2019-02-18T18:59:22Z
AUTHOR:
blacktop <https://github.com/blacktop>
COMMANDS:
bar create barcode
qr create qr code
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
NAME:
barcode qr - create qr code
USAGE:
barcode qr [command options] [arguments...]
OPTIONS:
--size value Size of qrcode (default: 200)
--output FILE, -o FILE Output PNG FILE (default: "qrcode.png")
$ barcode qr --size 200 --output secret.png "secret message"
NAME:
barcode bar - create barcode
USAGE:
barcode bar [command options] [arguments...]
OPTIONS:
--height value Height of barcode (default: 200)
--width value Width of barcode (default: 600)
--output FILE, -o FILE Output PNG FILE (default: "barcode.png")
$ barcode bar --height 200 --width 600 --output secret.png "secret message"
MIT Copyright (c) 2019 blacktop