Skip to content

reggieray/dotnet-qrcode

Repository files navigation

dotnet-qrcode

.NET tool for creating QR codes.

The tool takes text input to create a QR code.

Installation

dotnet tool install -g Regis.Dotnet.QRCode

Usage

USAGE:
    dotnet-qrcode <text> [OPTIONS]                                                                                                                             
    
EXAMPLES:
    dotnet-qrcode Hello, World!

ARGUMENTS:
    <text>    Text to generate QR code for

OPTIONS:
    -h, --help       Prints help information
    -v, --version    Prints version information

Examples

To create a QR code for 'Hello, World!', type:

dotnet-qr "Hello, World!"

Demo

NOTE: Please note you can zoom out if the QR code generated is larger than the terminal window.

Demo

About

Command line to create QR codes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published