shopify-theme-cli-dockerized
v1.1.0
Published
Containerized development environment for Shopify themes
Downloads
6
Readme
Shopify Theme CLI Dockerized
Containerized development environment for Shopify themes
Get Started
Requirements
Installation
Named Folder:
npx shopify-theme-cli-dockerized my-app
Current Directory:
npx shopify-theme-cli-dockerized
Verify
Run Docker Desktop
Open project directory in VS Code.
Dev Containers: Reopen in Container
Open integrated terminal
Verify Shopify CLI is installed
shopify version
Usage
Get Theme Files
Initialize with Shopify's Dawn Theme
shopify theme init
Clone a Git repository
shopify theme init --clone-url $REPO_URL
Pull theme files from your store
shopify theme pull --store $YOUR_STORE
Start Developing
shopify theme dev