Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.37 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.37 KB

Shopify CLI

Twitter Followers License

Shopify CLI helps you build Shopify themes and apps. Use Shopify CLI to automate and enhance your local development workflow.

Create

App

npx @shopify/create-app@latest
pnpm create @shopify/create-app@latest
yarn create @shopify/app

Hydrogen storefront

npx @shopify/create-hydrogen@latest
pnpm create @shopify/create-hydrogen@latest
yarn create @shopify/hydrogen

Help 🖐

If you encounter issues using the CLI or have feedback you'd like to share with us, below are some options:

  • Open a GitHub issue - To report bugs or request new features, open an issue in the Shopify CLI repository.
  • Shopify Community Forums - Visit our forums to connect with the community and learn more about Shopify CLI development.

References