https://github.com/0xtlt/sync-shopify-2.0
The software: "Sync Shopify 2.0" which is a tool software which synchronize the files of a given shopify theme folder with one or multiples shopify stores online.
https://github.com/0xtlt/sync-shopify-2.0
shopify synchronization themes
Last synced: 3 months ago
JSON representation
The software: "Sync Shopify 2.0" which is a tool software which synchronize the files of a given shopify theme folder with one or multiples shopify stores online.
- Host: GitHub
- URL: https://github.com/0xtlt/sync-shopify-2.0
- Owner: 0xtlt
- License: gpl-3.0
- Created: 2022-03-01T15:42:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-26T07:41:46.000Z (about 4 years ago)
- Last Synced: 2025-03-20T05:51:41.491Z (over 1 year ago)
- Topics: shopify, synchronization, themes
- Language: Rust
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sync Shopify 2.0
The software:
"Sync Shopify 2.0" which is a tool software which synchronize the files of a given shopify theme folder with one or multiples shopify stores online.
## Installation
You just need to download the file and make it executable.
```bash
chmod +x syncshopify2
```
## The arguments
### `--stores` (*required)
The argument stores is a text of {shopPrefix)={app password}:{theme id} separated by coma (,).
#### Example
```bash
--stores=mystore.myshopify.com=myapppassword:123456789
```
### `--theme-dir` (*required)
The argument theme-dir is the relative path of the theme folder.
#### Example
```bash
--theme-dir=./theme
```
## Usage
```bash
sync-shopify --stores={shopPrefix)={app password}:{theme id} --theme-dir="./"
```
## License
GPL 3.0
## Contributors
- [Thomas Tastet](https://github.com/0xtlt/)