Developer Snippet Diary

How to install themekit and edit shopify themes locally

chocolatey is package manager, theme kit is for editing shopify themes locally.

1.install chocolatey (its help to install themekit)

www.chocolatey.org

2.install themekit using powershell or cmd (help)

choco install themekit

3.Themekit commands

  • Create new theme
theme new --password=pass --store=https://ex.myshopify.com --name=newCreatedTheme
  • Download theme
theme get -p=pass -s=https://ex.myshopify.com -t=themeidhere
  • THEME HELP
theme help

 

  • config.yml make this file in any dir
development:
  password: pass_of_app
  theme_id: "idOfTheme"
  store: https://ex.myshopify.com

Then run these commands

  • theme download //to download theme
  • theme watch //to push live edited code on server
Posted by: R GONDAL
Email: rizikmw@gmail.com