Skip to content

iwestlin/qrdecoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A command line tool to decode local qrcode image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published