{"id":13880748,"url":"https://github.com/Shopify/cli","last_synced_at":"2025-07-16T17:31:03.340Z","repository":{"id":37501980,"uuid":"505864478","full_name":"Shopify/cli","owner":"Shopify","description":"Build apps, themes, and hydrogen storefronts for Shopify","archived":false,"fork":false,"pushed_at":"2025-07-09T20:20:13.000Z","size":148779,"stargazers_count":532,"open_issues_count":91,"forks_count":185,"subscribers_count":201,"default_branch":"main","last_synced_at":"2025-07-09T21:00:50.616Z","etag":null,"topics":["cli","oclif","shopify","shopify-apps","shopify-themes","typescript"],"latest_commit_sha":null,"homepage":"https://shopify.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shopify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-06-21T13:52:40.000Z","updated_at":"2025-07-09T16:33:46.000Z","dependencies_parsed_at":"2023-09-23T02:19:24.646Z","dependency_job_id":"795dc580-1a45-4c52-81db-208057c88232","html_url":"https://github.com/Shopify/cli","commit_stats":{"total_commits":12225,"total_committers":232,"mean_commits":52.69396551724138,"dds":0.7678527607361963,"last_synced_commit":"f649fa5e9006c0f6dccdc1da1e0ec824629dff88"},"previous_names":[],"tags_count":309,"template":false,"template_full_name":null,"purl":"pkg:github/Shopify/cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shopify","download_url":"https://codeload.github.com/Shopify/cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fcli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265527544,"owners_count":23782480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","oclif","shopify","shopify-apps","shopify-themes","typescript"],"created_at":"2024-08-06T08:03:26.860Z","updated_at":"2025-07-16T17:30:59.285Z","avatar_url":"https://github.com/Shopify.png","language":"TypeScript","readme":"\u003cimg src=\"https://github.com/Shopify/cli/blob/main/assets/logo.png?raw=true\" width=\"150\"/\u003e\n\n# Shopify CLI\n\u003ca href=\"http://twitter.com/ShopifyDevs\"\u003e\u003cimg src=\"https://img.shields.io/twitter/follow/ShopifyDevs?style=flat-square\" alt=\"Twitter Followers\"\u003e\u003c/a\u003e\n\u003cimg src=\"https://img.shields.io/badge/License-MIT-green.svg\" alt=\"License\"\u003e\n\u003ca href=\"https://github.com/Shopify/cli/actions/workflows/shopify-cli.yml\"\u003e![badge](https://github.com/Shopify/cli/actions/workflows/shopify-cli.yml/badge.svg)\u003c/a\u003e\n\nWith the Shopify command line interface (Shopify CLI 3.0), you can:\n- initialize, build, dev, and deploy Shopify apps, extensions, functions and themes\n- build custom storefronts and manage their hosting\n\nLearn more in the [commands docs](./packages/cli/README.md#commands).\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n### Before you begin ###\n\nInstall the latest version of  [Node.js](https://nodejs.org/en/download/) and [npm](https://docs.npmjs.com/getting-started) (or another package manager of your choice).\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Developing apps with Shopify CLI\n\nWhen you’re building a Shopify app, you can initialize your project using your preferred package manager. A single command will install all the dependencies you need — including Shopify CLI itself.\n\nInitialize your project using one of the following commands:\n- `npm init @shopify/app@latest` (installed by default with Node)\n- `pnpm create @shopify/create-app@latest`\n- `yarn create @shopify/app`\n- `bun create @shopify/app@latest` (experimental)\n\nLearn more in the docs: [Create an app](https://shopify.dev/apps/getting-started/create)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Developing themes with Shopify CLI\n\nTo work with themes, the CLI needs to be installed globally with:\n\n- `npm install -g @shopify/cli @shopify/theme`\n\nYou can also use do it through Homebrew on macOS: `brew tap shopify/shopify \u0026\u0026 brew install shopify-cli`\n\nLearn more in the docs: [Shopify CLI for themes](https://shopify.dev/docs/themes/tools/cli)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Developing Hydrogen custom storefronts with Shopify CLI ##\n\nThe Hydrogen code lives here: https://github.com/Shopify/hydrogen/tree/main/packages/cli\n\nLearn more in the docs: [Shopify CLI for Hydrogen storefronts](https://shopify.dev/docs/custom-storefronts/hydrogen/cli)\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## Help 🖐\n\nIf you encounter issues using the CLI or have feedback you'd like to share with us, below are some options:\n\n- [Open a GitHub issue](https://github.com/Shopify/cli/issues) - To report bugs or request new features, open an issue in the Shopify CLI repository\n- [Shopify Community Forums](https://community.shopify.com/) - Visit our forums to connect with the community and learn more about Shopify CLI development\n- [CLI Documentation - Apps](https://shopify.dev/apps/tools/cli) - To view CLI documentation for app development\n- [CLI Documentation - Themes](https://shopify.dev/themes/tools/cli) - To view CLI documentation for theme development\n- [CLI Documentation - Hydrogen](https://shopify.dev/custom-storefronts/tools/cli) - To view CLI documentation for Hydrogen (custom storefront) development\n\n## Contribute 👩🏽‍💻\n\nIf you'd like to contribute to the project, check out the [contributors docs](/docs) and the [steps to get started](/docs/cli/get-started.md).\n\n\u003cp\u003e\u0026nbsp;\u003c/p\u003e\n\n## References\n\n- [oclif](https://oclif.io/)\n","funding_links":[],"categories":["TypeScript","Developer Tools"],"sub_categories":["CLI Tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FShopify%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FShopify%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FShopify%2Fcli/lists"}