Generate QR codes from a CSV file. First column should be the text for the QR code and second column should be the file name.
Pass in a CSV file and output directory to use.
Add this line to your application's Gemfile:
gem 'csv_qr_code'And then execute:
$ bundle
Or install it yourself as:
$ gem install csv_qr_code
Pass in a CSV file and output directory to use.
qr_codes products.csv products
- Fork it ( https://github.com/Hates/csv_qr_code/fork )
- 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 a new Pull Request