leaysgur / qr-maker

特定のURLを特定のサイズのQRコード.pngに!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qr-maker

特定のURLを、特定のサイズのQRコードにするCLI。 意外に見つからなかったのでつくった。

gem install rqrcode rqrcode_png chunky_png
gem install thor

ruby ./main.rb gen https://google.com
ruby ./main.rb gen "https://www.google.co.jp/?#q=yahoo" ./yahoo.png -s=500

About

特定のURLを特定のサイズのQRコード.pngに!

License:MIT License


Languages

Language:Ruby 100.0%