https://github.com/tamada/qrg
QR code generator for Go lang
https://github.com/tamada/qrg
Last synced: 3 months ago
JSON representation
QR code generator for Go lang
- Host: GitHub
- URL: https://github.com/tamada/qrg
- Owner: tamada
- License: wtfpl
- Created: 2019-08-31T05:58:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-31T07:47:30.000Z (over 6 years ago)
- Last Synced: 2024-06-20T06:38:57.430Z (over 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/tamada/qrg)
[](https://coveralls.io/github/tamada/qrg?branch=master)
[](https://codebeat.co/projects/github-com-tamada-qrg-master)
[](https://github.com/tamada/qrg/blob/master/LICENSE)
[](https://github.com/tamada/qrg/releases/tag/v1.0.0)
# 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]
OPTIONS
-d, --dest specifies destination.
if this option did not specified,
it generates to 'qrcode.png'.
-l, --level specifies error correction level.
available values: L, M, Q, H. default is M.
L: 7%, M: 15%, Q: 25%, H: 30%.
-s, --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](https://github.com/tamada/blogthumbs/blob/master/LICENSE)