🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

maqr

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

maqr

A cli tool to generate qr codes

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

Maqr (pronounced mack-er)

A cli tool to generate QR codes

Usage

Usage: maqr [options] [data]

A cli tool to generate qr codes

Arguments:
  data                     data to be encoded in qrcode (default: null)

Options:
  -v                       --version
  -f, --format <format>    format of qr code (supported formats: png | svg | jpeg | base64 | base64:png | base64:jpeg | base64:webp) (default: "png")
  -o, --output <filename>  output qr code to file (supported file extensions: .png | .svg | .html | .jpeg | .jpg | .webp )
  -s, --small              whether or not to generate smaller sized qr code (only applies to qr code printed to the terminal) (default: false)
  -h, --help               display help for command

Getting Started

  • Install globally from npm
npm install -g maqr
  • Help menu prompt
maqr --help
  • Generate a dummy QR code
maqr "Hello World"

Demo

example

❤️ Found this project useful?

If you found this project useful or you like what you see, then please consider giving it a ⭐️ on Github and sharing it with your friends via social media.

🐛 Bugs/Request

Encounter any problem(s)? feel free to open an issue. If you feel you could make something better, please raise a ticket on Github and I'll look into it. Pull request are also welcome.

⭐️ License

MIT LICENSE

Keywords

qrcode

FAQs

Package last updated on 04 Jul 2023

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