{"id":17093559,"url":"https://github.com/chrisdothtml/shopify-themekit","last_synced_at":"2025-04-06T00:45:09.243Z","repository":{"id":57358693,"uuid":"107076396","full_name":"chrisdothtml/shopify-themekit","owner":"chrisdothtml","description":"node wrapper for Shopify ThemeKit","archived":false,"fork":false,"pushed_at":"2018-12-03T17:14:14.000Z","size":46,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T05:01:42.179Z","etag":null,"topics":["node-wrapper","nodejs","shopify","themekit"],"latest_commit_sha":null,"homepage":"https://npm.im/shopify-themekit","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/chrisdothtml.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-16T04:00:16.000Z","updated_at":"2019-01-05T04:06:29.000Z","dependencies_parsed_at":"2022-09-26T16:40:48.985Z","dependency_job_id":null,"html_url":"https://github.com/chrisdothtml/shopify-themekit","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisdothtml%2Fshopify-themekit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisdothtml%2Fshopify-themekit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisdothtml%2Fshopify-themekit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisdothtml%2Fshopify-themekit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisdothtml","download_url":"https://codeload.github.com/chrisdothtml/shopify-themekit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246939235,"owners_count":20857922,"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":["node-wrapper","nodejs","shopify","themekit"],"created_at":"2024-10-14T14:07:34.755Z","updated_at":"2025-04-06T00:45:09.222Z","avatar_url":"https://github.com/chrisdothtml.png","language":"JavaScript","readme":"# shopify-themekit\n\n[![StandardJS](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n[![travis-ci build status](https://api.travis-ci.org/chrisdothtml/shopify-themekit.svg?branch=master)](https://travis-ci.org/chrisdothtml/shopify-themekit/branches)\n[![appveyor build status](https://ci.appveyor.com/api/projects/status/ir2eo2tqefcoawvj/branch/master?svg=true)](https://ci.appveyor.com/project/chrisdothtml/shopify-themekit)\n\n\u003e node wrapper for [Shopify ThemeKit](http://shopify.github.io/themekit)\n\nThis is based on [node-themekit](https://github.com/Shopify/node-themekit). I didn't agree with a lot of the ways that package was handling it, so I made my own.\n\n## Install\n\n```bash\nyarn add shopify-themekit\n\n# or npm\nnpm install --save shopify-themekit\n```\n\n## Use\n\nSee [ThemeKit Docs](https://shopify.github.io/themekit/commands) for full list of commands and options\n\n### API\n\n```javascript\nconst themekit = require('shopify-themekit')\nconst options = {\n  files: ['assets/file.js', 'assets/file.css'],\n  ignore: false,\n  store: '...'\n}\n\n// equivalent to:\n// theme upload assets/file.js assets/file.css --no-ignore --store=...\nthemekit('upload', options)\n  .then(...)\n  .catch(...)\n```\n\n### CLI\n\n```bash\n# arguments passed directly to themekit\ntheme upload --allenvs\n```\n\n## License\n\n[MIT](LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisdothtml%2Fshopify-themekit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrisdothtml%2Fshopify-themekit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisdothtml%2Fshopify-themekit/lists"}