Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/minoritea/qrgen
- Owner: minoritea
- License: mit
- Created: 2015-06-24T12:04:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T11:32:36.000Z (6 months ago)
- Last Synced: 2024-11-12T10:18:27.707Z (2 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)`
```