New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

create-qr-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-qr-cli

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

latest
npmnpm
Version
1.1.2
Version published
Maintainers
1
Created
Source

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.

Keywords

QR code

FAQs

Package last updated on 23 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts