1.0.1 • Published 6 years ago
quiqr v1.0.1
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 quiqrUsage
Simple pipe the data into Quiqr...
echo "https://github.com/haxzie" | quiqrOR
Pass the data as an argument to the command
quiqr https://github.com/haxzieContributing
Send PRs.. lol :)