1.1.0 • Published 2 years ago
shopify-theme-cli-dockerized v1.1.0
Shopify Theme CLI Dockerized
Containerized development environment for Shopify themes
Get Started
Requirements
Installation
Named Folder:
npx shopify-theme-cli-dockerized my-appCurrent Directory:
npx shopify-theme-cli-dockerizedVerify
Run Docker Desktop
Open project directory in VS Code.
Dev Containers: Reopen in ContainerOpen integrated terminal
Verify Shopify CLI is installed
shopify version
Usage
Get Theme Files
Initialize with Shopify's Dawn Theme
shopify theme initClone a Git repository
shopify theme init --clone-url $REPO_URLPull theme files from your store
shopify theme pull --store $YOUR_STORE
Start Developing
shopify theme dev