Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

giraffi/go-uuid-qrcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-uuid-qrcode

generate uuid and save as PNG of QRCode(H).

Build

$ go get github.com/mattn/gom
$ go get github.com/mitchellh/gox

$ gom install
$ gom exec gox -output "dist/qruuid_{{.OS}}_{{.Arch}}/qruuid"

command qruuid

$ ./qruuid
e1018559-cc0a-4a29-a6ac-2369f626e92c

$ ls
e1018559-cc0a-4a29-a6ac-2369f626e92c.png

Windows

click qruuid.exe.

Release(note for me.)

master branch is released automaticaly to giraffi/go-uuid-qrcode/releases/tag/master by travis.

stable release

go get github.com/tcnksm/ghr
find dist/* -type d -exec zip -r {}.zip {} \;
gom exec ghr --username giraffi --token $GITHUB_TOKEN v0.2.0 dist/

LICENSE

MIT