Quickdraw

The idea for Quickdraw comes from the 'shopify_theme' gem. I use a lot of code from them.

Features

  • MUCH faster downloads and uploads. Unfortunately, Shopify API call limits will slow you down. But in short bursts (10-20 files), Quickdraw is as much as 10x faster or more!

Installation

Add this line to your application's Gemfile:

gem 'quickdraw'

And then execute:

$ bundle

Or install it yourself as:

$ gem install quickdraw

Usage

TODO: Write usage instructions here

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