{"id":13475617,"url":"https://github.com/Shopify/themekit","last_synced_at":"2025-03-27T00:31:35.478Z","repository":{"id":22036631,"uuid":"25364922","full_name":"Shopify/themekit","owner":"Shopify","description":"Shopify theme development command line tool.","archived":false,"fork":false,"pushed_at":"2024-11-11T15:24:44.000Z","size":23990,"stargazers_count":1216,"open_issues_count":97,"forks_count":389,"subscribers_count":468,"default_branch":"main","last_synced_at":"2025-03-22T07:14:28.308Z","etag":null,"topics":["go","shopify","shopify-theme","shopify-themes","theme-kit","themekit"],"latest_commit_sha":null,"homepage":"https://shopify.dev/tools/theme-kit","language":"Go","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":"changelog.txt","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-10-17T15:39:49.000Z","updated_at":"2025-03-18T08:23:16.000Z","dependencies_parsed_at":"2024-04-16T23:41:54.986Z","dependency_job_id":"47819960-8fb9-482e-b4f7-7ba588165fa6","html_url":"https://github.com/Shopify/themekit","commit_stats":{"total_commits":969,"total_committers":51,"mean_commits":19.0,"dds":0.3281733746130031,"last_synced_commit":"4f52a66338517cae5ffe4c3cdb95a8568db4c318"},"previous_names":["csaunders/themekit","csaunders/phoenix"],"tags_count":91,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fthemekit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fthemekit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fthemekit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fthemekit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shopify","download_url":"https://codeload.github.com/Shopify/themekit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245760755,"owners_count":20667887,"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":["go","shopify","shopify-theme","shopify-themes","theme-kit","themekit"],"created_at":"2024-07-31T16:01:21.926Z","updated_at":"2025-03-27T00:31:35.465Z","avatar_url":"https://github.com/Shopify.png","language":"Go","readme":"\u003e [!WARNING]\n\u003e Theme Kit has been deprecated. Theme developers should use [Shopify CLI](https://shopify.dev/docs/storefronts/themes/tools/cli)\n\u003e for Shopify theme development, as parts of Theme Kit will become unsupported and may stop working soon.\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://shopify.dev/tools/theme-kit\"\u003e\u003ch3 align=\"center\"\u003eTheme Kit\u003c/h3\u003e\u003c/a\u003e\n  \u003cp align=\"center\"\u003eShopify Theme Manipulation CLI\u003c/p\u003e\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"https://goreportcard.com/report/github.com/shopify/themekit\"\u003e\u003cimg src=\"https://goreportcard.com/badge/github.com/shopify/themekit\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://travis-ci.com/Shopify/themekit\"\u003e\u003cimg src=\"https://travis-ci.com/Shopify/themekit.svg?branch=main\"\u003e\u003c/a\u003e\n    \u003ca href=\"http://godoc.org/github.com/Shopify/themekit\"\u003e\u003cimg src=\"https://godoc.org/github.com/Shopify/themekit?status.svg\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/Shopify/themekit/releases/latest\"\u003e\u003cimg src=\"https://img.shields.io/github/release/Shopify/themekit.svg\"\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n---\n\nTheme Kit is a cross-platform command line tool that you can use to build Shopify themes.\n\n## Features\n\nWith Theme Kit, you can use your own development tools to interact with the Shopify platform in the following ways:\n\n- Use workflow tools like Git to work with a team of theme developers.\n- Upload themes to multiple environments.\n- Watch for local changes and upload them automatically to Shopify.\n- Work on Linux, macOS, and Windows.\n\n## Install Theme Kit\n\nYou can install Theme Kit using the command line on the following operating systems:\n\n- [Linux](https://shopify.dev/tools/theme-kit/getting-started#linux)\n- [macOS](https://shopify.dev/tools/theme-kit/getting-started#macos)\n- [Windows](https://shopify.dev/tools/theme-kit/getting-started#windows)\n\n### Node package\n\nIf you want to integrate Theme Kit into your build process, then you can run the following `npm` command to install the [Node wrapper](https://github.com/Shopify/node-themekit) around Theme Kit:\n\n``` terminal\n$ npm install @shopify/themekit\n```\n\n## Reference guides\n\n- **[Theme Kit command reference](https://shopify.dev/tools/theme-kit/command-reference)** - Learn about the different commands that you can use in Theme Kit to execute key operations.\n- **[Theme Kit configuration reference](https://shopify.dev/tools/theme-kit/configuration-reference)** - Familiarize yourself with the configuration variables available and the accepted values.\n\n## Troubleshooting\n\nRefer to [*Troubleshooting Theme Kit*](https://shopify.dev/tools/theme-kit/troubleshooting) to learn how to identify and resolve common issues in Theme Kit.\n\n## Contributing to Theme Kit\n\nTheme Kit is open source and you can help [contribute to the GitHub repository](https://github.com/Shopify/themekit/blob/main/CONTRIBUTING.md).\n\n## Where to get help\n\n- **[Open a GitHub issue](https://github.com/Shopify/themekit/issues)** - To report bugs or request new features, open an issue in the Theme Kit GitHub repository.\n- **[Shopify Community Forums](https://community.shopify.com/)** - Visit our forums to connect with the community and learn more about Theme Kit development.\n","funding_links":[],"categories":["Go","Tools","工具","Repositories","Developer Tools"],"sub_categories":["Command Line Tools","命令行工具","CLI Tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FShopify%2Fthemekit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FShopify%2Fthemekit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FShopify%2Fthemekit/lists"}