Skip to content

jhaesus/theme-editor

 
 

Repository files navigation

Shoperb Theme Editor

Shoperb Theme Editor is a ruby gem designed to simplify the creating and updateing of Shoperb themes.

Installation

Create Gemfile:

source "https://rubygems.org"
gem "shoperb-theme-editor", github: "shoperb/theme-editor"

And then execute:

$ bundle

Usage

Execute `bundle exec shoperb pull'

This downloads the necessary theme files for the theme to run locally.

Execute `bundle exec shoperb sync'

This makes your local theme get the same data your regular shop would have.

Execute `bundle exec shoperb serve'

This runs the local theme.

Open http://localhost:4000 in browser

Available commands

clone

Downloads your shops shoperb theme

$ bundle exec shoperb clone <directory> [<handle>] [options]

pull

Updates your local shoperb theme

$ bundle exec shoperb pull [options]

push

Updates your remote shoperb theme

$ bundle exec shoperb push [options]

serve

Serves local as a shoperb theme file alias: mount

$ bundle exec shoperb serve [options]

sync

Clones products, categories, images, collections & vendors from your shop.

$ bundle exec shoperb sync

TODOS

About

Shoperb Theme Editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 98.9%
  • Other 1.1%