Skip to content

tamada/qrg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status codebeat badge License Version

qrg

QR code generator.

Install

Homebrew

$ brew tap tamada/brew
$ brew install qrg

Go lang

$ go get github.com/tamada/qrg

Usage

$ qrg --help
qrg [OPTIONS] <CONTENT>
OPTIONS
    -d, --dest <DEST>      specifies destination.
                           if this option did not specified,
                           it generates to 'qrcode.png'.
    -l, --level <LEVEL>    specifies error correction level.
                           available values: L, M, Q, H.  default is M.
                           L: 7%, M: 15%, Q: 25%, H: 30%.
    -s, --size <SIZE>      specifies pixel size of QR code. default is 256.
    -h, --help             print this message.
    -v, --version          print version.
CONTENT
    specifies content of QR code.

License

WTFPL

About

QR code generator for Go lang

Resources

License

Stars

Watchers

Forks

Packages

No packages published