Sha256: c4b8c336b6ce7fdd263520d4adfbba4fc0b07bbe1eb8f5467bf1c97bd834085e

Contents?: true

Size: 1016 Bytes

Versions: 1

Compression:

Stored size: 1016 Bytes

Contents

# 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!
- Quickdraw supports using ERB templates which are compiled then uploaded to shopify. This can save you time when making templates with redundant code.

## Installation

Add this line to your application's Gemfile:

    gem 'quickdraw'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install quickdraw

## Usage

1. Create a project folder and open a terminal
2. run ````quickdraw configure````
3. run ````quickdraw download````
4. run ````quickdraw watch````

## 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
quickdraw-0.0.4 README.md