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
qrdecoder
If you want another name instead of - git clone this repo && cd this repo
- edit
package.json
like this:
"bin": "whatever-cmd-you-like": "./bin/qrdecoder"
- run
npm link
to addwhatever-cmd-you-like
to PATH
license
MIT