https://github.com/finkef/shopify-style-extractor
https://github.com/finkef/shopify-style-extractor
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/finkef/shopify-style-extractor
- Owner: finkef
- Created: 2025-01-26T17:46:00.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T18:15:58.000Z (4 months ago)
- Last Synced: 2025-01-26T19:26:12.748Z (4 months ago)
- Language: TypeScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopify Style Extractor
Extract core visual styles (colors and buttons) from Shopify stores for theme matching.
## Installation
1. **Requirements**: Node.js 18+
2. Clone repo:
```bash
git clone https://github.com/finkef/shopify-style-extractor.git
cd shopify-style-extractor
```
3. Install dependencies:
```bash
yarn install
```
or
```bash
npm install
```## Usage
```bash
./cli.ts
```