@devsahu/qr-generator
v1.0.0
Published
A simple Node.js command-line application that lets you generate QR codes from URLs or text input. Built using `inquirer` for input prompts and `qrcode` for generation.
Readme
📱 QR Code Generator (CLI)
A simple Node.js command-line application that lets you generate QR codes from URLs or text input. Built using inquirer for input prompts and qrcode for generation.
🚀 Features
- Prompt-based CLI input
- Generates and displays QR code in the terminal
- Saves a PNG file (
output.png) of the QR code - Built with modern ES Modules
🧰 Tech Stack
📦 Installation
git clone https://github.com/your-username/qr-generator.git
cd qr-generator
npm install