0.1.3 • Published 6 years ago

make-qrcode v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

make-qrcode

A cli tool for making qrcode and save image as PNG, using an external web service.

Deps npm GitHub license

Installation

$ npm install -g make-qrcode

Usage

Usage: qrcode [options]

Options:

  -h, --help     output usage information
  -V, --version  output the version number

Usage:

  $ qrcode <url>    specify the url.

Examples:

  $ qrcode https://github.com/modood/make-qrcode

example

$ qrcode https://github.com/modood/make-qrcode

qrcode.png

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

this repo is released under the MIT License.

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

8 years ago