quiqr
v1.0.1
Published
A handly CLI tool to generate QR code from any string
Downloads
1
Readme
QUIQR!
A tiny command line tool to generate QR code from any String and print it directly in the terminal!
Quiqr uses qrcode-terminal to generate QR codes.
Intallation
Install Quiqr globally
npm i -g quiqr
Usage
Simple pipe the data into Quiqr...
echo "https://github.com/haxzie" | quiqr
OR
Pass the data as an argument to the command
quiqr https://github.com/haxzie
Contributing
Send PRs.. lol :)