{"id":13630594,"url":"https://github.com/Shopify/theme-scripts","last_synced_at":"2025-04-17T17:31:31.893Z","repository":{"id":29660130,"uuid":"110151878","full_name":"Shopify/theme-scripts","owner":"Shopify","description":"Theme Scripts is a collection of utility libraries which help theme developers with problems unique to Shopify Themes.","archived":true,"fork":false,"pushed_at":"2023-04-28T22:23:51.000Z","size":2363,"stargazers_count":511,"open_issues_count":69,"forks_count":132,"subscribers_count":409,"default_branch":"master","last_synced_at":"2025-04-11T18:09:28.590Z","etag":null,"topics":["shopify","shopify-themes","slate"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-11-09T18:32:03.000Z","updated_at":"2025-03-24T05:56:15.000Z","dependencies_parsed_at":"2024-01-14T09:00:23.414Z","dependency_job_id":null,"html_url":"https://github.com/Shopify/theme-scripts","commit_stats":{"total_commits":152,"total_committers":31,"mean_commits":4.903225806451613,"dds":0.6907894736842105,"last_synced_commit":"daf34f63c916b98d836e21b5a69f6230b3bae9c5"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Ftheme-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Ftheme-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Ftheme-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Ftheme-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shopify","download_url":"https://codeload.github.com/Shopify/theme-scripts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249359986,"owners_count":21257145,"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":["shopify","shopify-themes","slate"],"created_at":"2024-08-01T22:01:48.683Z","updated_at":"2025-04-17T17:31:31.170Z","avatar_url":"https://github.com/Shopify.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Theme Scripts\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md)\n[![Build Status](https://travis-ci.org/Shopify/theme-scripts.svg?branch=master)](https://travis-ci.org/Shopify/theme-scripts)\n\nTheme Scripts is a collection of handy utility libraries which assist theme developers with problems unique to Shopify Themes development environment.\n\nTheme scripts are uncoupled from a particular UI. Typically, they are used alongside a customized solution for a particular theme. For example, `@shopify/theme-cart` is a great way to interact with the Shopify Cart API and add and remove items, but it does not enforce a particular pattern to display or update the visual state of the cart.\n\n## Packages\n\n| package                 |                                                      |                                                                                   |\n| ----------------------- | ---------------------------------------------------- | --------------------------------------------------------------------------------- |\n| theme-a11y              | [README](packages/theme-a11y/README.md)              | ![npm version](https://badge.fury.io/js/%40shopify%2Ftheme-a11y.svg)              |\n| theme-addresses         | [README](packages/theme-addresses/README.md)         | ![npm version](https://badge.fury.io/js/%40shopify%2Ftheme-addresses.svg)         |\n| theme-cart              | [README](packages/theme-cart/README.md)              | ![npm version](https://badge.fury.io/js/%40shopify%2Ftheme-cart.svg)              |\n| theme-currency          | [README](packages/theme-currency/README.md)          | ![npm version](https://badge.fury.io/js/%40shopify%2Ftheme-currency.svg)          |\n| theme-images            | [README](packages/theme-images/README.md)            | ![npm version](https://badge.fury.io/js/%40shopify%2Ftheme-images.svg)            |\n| theme-predictive-search | [README](packages/theme-predictive-search/README.md) | ![npm version](https://badge.fury.io/js/%40shopify%2Ftheme-predictive-search.svg) |\n| theme-product           | [README](packages/theme-product/README.md)           | ![npm version](https://badge.fury.io/js/%40shopify%2Ftheme-product.svg)           |\n| theme-product-form      | [README](packages/theme-product-form/README.md)      | ![npm version](https://badge.fury.io/js/%40shopify%2Ftheme-product-form.svg)      |\n| theme-rte               | [README](packages/theme-rte/README.md)               | ![npm version](https://badge.fury.io/js/%40shopify%2Ftheme-rte.svg)               |\n| theme-sections          | [README](packages/theme-sections/README.md)          | ![npm version](https://badge.fury.io/js/%40shopify%2Ftheme-sections.svg)          |\n\n## Contributing\n\nFor help on setting up the repository locally, building, testing, and contributing\nplease see [CONTRIBUTING.md](https://github.com/Shopify/theme-scripts/blob/master/CONTRIBUTING.md).\n\n## Code of Conduct\n\nAll developers who wish to contribute through code or issues, take a look at the\n[Code of Conduct](https://github.com/Shopify/theme-scripts/blob/master/CODE_OF_CONDUCT.md).\n\n## License\n\nCopyright (c) 2018 Shopify. See [LICENSE](https://github.com/Shopify/theme-scripts/blob/master/LICENSE) for further details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FShopify%2Ftheme-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FShopify%2Ftheme-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FShopify%2Ftheme-scripts/lists"}