Shoperb Theme Editor is a ruby gem designed to simplify the creating and updateing of Shoperb themes.
Create Gemfile:
source "https://rubygems.org"
gem "shoperb-theme-editor", github: "shoperb/theme-editor"
And then execute:
$ bundle
This downloads the necessary theme files for the theme to run locally.
This makes your local theme get the same data your regular shop would have.
This runs the local theme.
Open http://localhost:4000 in browser
Downloads your shops shoperb theme
$ bundle exec shoperb clone <directory> [<handle>] [options]
Updates your local shoperb theme
$ bundle exec shoperb pull [options]
Updates your remote shoperb theme
$ bundle exec shoperb push [options]
Serves local as a shoperb theme file alias: mount
$ bundle exec shoperb serve [options]
Clones products, categories, images, collections & vendors from your shop.
$ bundle exec shoperb sync