https://github.com/troublete/go-qrcode
URL to QR .png CLI
https://github.com/troublete/go-qrcode
Last synced: 3 months ago
JSON representation
URL to QR .png CLI
- Host: GitHub
- URL: https://github.com/troublete/go-qrcode
- Owner: troublete
- License: mit
- Created: 2023-12-22T20:18:23.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-22T20:25:11.000Z (over 1 year ago)
- Last Synced: 2025-01-03T16:33:28.801Z (5 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-qrcode
> CLI to generate QR code PNG files of URLs## Usage
```
go-qrcode -url https://google.com
# output: 2023/12/22 21:24:23 INFO written file '/qr.png' size=1024
```## Help Output
```bash
-filePath string
file path of the .png file (default "./qr.png")
-size int
width/height length of the .png file in px (default 1024)
-url string
URL to encode in the QR code
```