Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gillkyle/shopify-csv-generator
https://github.com/gillkyle/shopify-csv-generator
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gillkyle/shopify-csv-generator
- Owner: gillkyle
- Created: 2021-03-16T22:41:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-04T16:50:55.000Z (about 3 years ago)
- Last Synced: 2024-10-17T16:11:07.406Z (27 days ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- 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.