https://github.com/hoppergee/shopify-csv-generator
https://github.com/hoppergee/shopify-csv-generator
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hoppergee/shopify-csv-generator
- Owner: hoppergee
- Created: 2024-02-05T01:52:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T01:52:47.000Z (over 2 years ago)
- Last Synced: 2025-03-20T10:21:53.254Z (over 1 year ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
shopify-csv-generator
===================
A Faker-inspired generator for shopify sample data, forked from [@davefreiman](https://github.com/davefreiman/shopify-sample-data) to tweak some values and defaults
## Installation
Make sure you have the Faker gem installed:
gem install faker
Run the script with an argument specifying how many products you want:
ruby faker_script.rb 15
The `shopify_data.csv` file will be generated in the project root directory. All you have to do is navigate to https:///admin/products and find the "Import" button. Then select the generated file and boom - Your store now has dummy data.