qrdecoder

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i qrdecoder

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

1.75 kB

Total Files

4

Last publish

Collaborators

  • viegg