1.0.0 • Published 5 years ago

qrdecoder v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

qrdecoder

description

A command line tool to decode local qrcode image

usage

$ qrdecoder path/to/img1.png [path/to/img2.png ...]

install

npm i -g qrdecoder

If you want another name instead of qrdecoder

  • git clone this repo && cd this repo
  • edit package.json like this:
  "bin": {
    "whatever-cmd-you-like": "./bin/qrdecoder"
  }
  • run npm link to add whatever-cmd-you-like to PATH

license

MIT