Skip to content

thejonanshow/guard-shopify

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Guard::Shopify

The Shopify guard uploads template modifications directly to Shopify, allowing you to forego the existing Textmate bundle and use any editor you like to modify Shopify templates.

Installation

Please be sure to have Guard installed before you continue.

Install the gem:

$ gem install guard-shopify

Add guard-shopify to your Gemfile (inside the development group):

group :development do
  gem 'guard-shopify'
end

Add the guard definition to your Guardfile:

$ guard init guard

When first run the gem will prompt you to enter your API key, password and store url. Follow these instructions to get this information (you only need to do it once).

About

A guard extension to push local changes to Shopify templates automatically using shopify_api.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages