1.1.2 • Published 1 year ago

create-qr-cli v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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.