make-qrcode

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

Usage no npm install needed!

<script type="module">
  import makeQrcode from 'https://cdn.skypack.dev/make-qrcode';
</script>

README

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.