Skip to content

Files

cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 7, 2025
Nov 26, 2024
Feb 17, 2025
Feb 19, 2025
Feb 8, 2023
Feb 23, 2023
Aug 2, 2024
Feb 19, 2025
Feb 26, 2025
Jul 3, 2024
Aug 9, 2024
Aug 4, 2023
May 24, 2023

@shopify/cli-hydrogen

The Hydrogen extension for the Shopify CLI. Hydrogen is a set of tools, utilities, and best-in-class examples for building a commerce application with Remix.

Check out the docs

Contributing

The most common way to test the cli changes locally is to do the following:

  • Run npm run build in this directory (packages/cli from the root of the repo).
  • Run npx shopify hydrogen anywhere else in the monorepo, for example npx shopify hydrogen init.
  • If you want to test a command inside of a template, run the command from within that template or use the --path flag to point to another template or any Hydrogen app.
  • If you want to make changes to a file that is generated when running npx shopify hydrogen generate, make changes to that file from inside of the templates/skeleton directory.