Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 316 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 316 Bytes

qrcoder

CLI tool that generates a QR code from a given string.

https://crates.io/crates/qrcoder

How to use

install

Run the following command:

cargo install qrcoder

run

It generates a QR code corresponding to the argument string.

qrcoder example.com

See

qrcoder --help