create-qr-cli
v1.1.2
Published
create-qr-cli provides a command line interface for quickly generating QR codes directly in your terminal. Just pass the text as an argument, and the CLI tool will convert it into a QR code displayed in the terminal. It utilizes the create-qr-core module
Downloads
6
Maintainers
Readme
create-qr-cli
create-qr-cli
is a command line tool that allows you to generate QR codes directly from your terminal. This tool convert text into QR codes efficiently.
Installation
To install create-qr-cli
, use npm:
npm install -g create-qr-cli
This will install the tool globally on your system, making it available from any terminal window.
Usage
Using create-qr-cli
is simple. Here's how you can generate a QR code:
qr "Your text here"
Example:
qr test
Just replace "Your text here"
with the text you want to convert into a QR code. The QR code will be displayed directly in your terminal.
Features
- Simple Command Line Interface: Easy to use with a single command.
- Immediate QR Code Generation: Generates QR codes directly in your terminal.
Contributing
Contributions are welcome! Feel free to open a pull request or an issue if you have suggestions or find a bug.
License
This project is licensed under the ISC License.