make-qrcode
v0.1.3
Published
A cli tool for making qrcode and save image as PNG, using an external web service.
Downloads
4
Readme
make-qrcode
A cli tool for making qrcode and save image as PNG, using an external web service.
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
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
License
this repo is released under the MIT License.