Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 1.01 KB

shopify.md

File metadata and controls

8 lines (8 loc) · 1.01 KB

Shopify Themekit - for modifying existing Shopify Themes

  1. brew tap shopify/shopify (sets up shopify stuff in the Homebrew brain)
  2. brew install themekit (puts themekit in there)
  3. theme get --list -p=[your-password] -s=[you-store.myshopify.com] (helps you to see what Shopify sees for your themes, retrieves the theme ID)
  4. theme get -p=[your-password] -s=[you-store.myshopify.com] -t=[your-theme-id] (retrieves existing shopify theme into whatever directory you're currently in on the CLI)
  5. theme new --password=[your-password] --store=[your-store.myshopify.com] --name=[theme name] (makes a completely new theme, but honestly if you're doing that, you should probably be using Slate
  6. theme deploy (pushes the theme you're working on up to Shopify and OVERWRITES whatever is on Shopify - please use version control locally!)
  7. theme watch (actively watches your theme files and pushes them up to Shopify and OVERWRITES whatever is on Shopify!)