1.0.1 • Published 5 years ago

quiqr v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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 :)