Skip to content

Xavier577/maqr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Install globally from npm
npm install -g maqr
  1. Help menu prompt
maqr --help
  1. 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

About

A cli tool to generate QR codes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published