Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/minoritea/qrgen

QR code generator written in golang
https://github.com/minoritea/qrgen

Last synced: 1 day ago
JSON representation

QR code generator written in golang

Awesome Lists containing this project

README

        

# qrgen
QR code generator written in golang

# How to install

```bash
go get -u -v github.com/minoritea/qrgen
```

# How to use
```bash
qrgen `source(text)` `destination.png(optional, default is qr.png)`
```