barcode

command module
v0.0.0-...-a75769c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2019 License: MIT Imports: 10 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL