1.1.0 • Published 9 months ago

shopify-theme-cli-dockerized v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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

  1. Run Docker Desktop

  2. Open project directory in VS Code.

    Dev Containers: Reopen in Container
  3. Open integrated terminal

  4. 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

Documentation

1.1.0

9 months ago

1.0.0

9 months ago