Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

blacktop/barcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Malice Logo

barcode

Create barcodes (QR/Code128)

License Github All Releases GitHub release


Getting Started

Install

Download barcode from releases

Usage

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

Create QR Code

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"

Create Barcode

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"

License

MIT Copyright (c) 2019 blacktop