@shopify/cli-hydrogen
v11.1.6
Published
The Hydrogen extension for the [Shopify CLI](https://shopify.dev/apps/tools/cli). Hydrogen is a set of tools, utilities, and best-in-class examples for building a commerce application with [Remix](https://wwww.remix.run).
Keywords
Readme
@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.
Contributing
The most common way to test the cli changes locally is to do the following:
- Run
npm run buildin this directory (packages/clifrom the root of the repo). - Run
npx shopify hydrogenanywhere else in the monorepo, for examplenpx shopify hydrogen init. - If you want to test a command inside of a template, run the command from within that template or use the
--pathflag 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 thetemplates/skeletondirectory.
