1.0.0 • Published 6 years ago
qrdecoder v1.0.0
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 qrdecoderIf you want another name instead of qrdecoder
- git clone this repo && cd this repo
- edit
package.jsonlike this:
"bin": {
"whatever-cmd-you-like": "./bin/qrdecoder"
}- run
npm linkto addwhatever-cmd-you-liketo PATH
license
MIT
1.0.0
6 years ago