An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.com/tamada/qrg.svg?branch=master)](https://travis-ci.com/tamada/qrg)
[![Coverage Status](https://coveralls.io/repos/github/tamada/qrg/badge.svg?branch=master)](https://coveralls.io/github/tamada/qrg?branch=master)
[![codebeat badge](https://codebeat.co/badges/9aea5795-9f10-4dc2-b63b-d4e12f3aed3f)](https://codebeat.co/projects/github-com-tamada-qrg-master)
[![License](https://img.shields.io/badge/License-WTFPL-blue.svg)](https://github.com/tamada/qrg/blob/master/LICENSE)
[![Version](https://img.shields.io/badge/Version-1.0.0-yellowgreen.svg)](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)