Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VienDinhCom/shopify-data-faker
🛍 A Shopify development tool for generating dummy store data.
https://github.com/VienDinhCom/shopify-data-faker
data-faker faker graphql shopify shopify-api shopify-data-faker shopify-development shopify-dummy-data shopify-sample-data
Last synced: 4 days ago
JSON representation
🛍 A Shopify development tool for generating dummy store data.
- Host: GitHub
- URL: https://github.com/VienDinhCom/shopify-data-faker
- Owner: VienDinhCom
- License: mit
- Created: 2021-05-10T01:59:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-03T07:30:48.000Z (over 3 years ago)
- Last Synced: 2024-10-04T21:07:24.680Z (about 1 month ago)
- Topics: data-faker, faker, graphql, shopify, shopify-api, shopify-data-faker, shopify-development, shopify-dummy-data, shopify-sample-data
- Language: TypeScript
- Homepage:
- Size: 1.21 MB
- Stars: 14
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🛍 Shopify Data Faker
A Shopify development tool for generating dummy store data.
## Products
To import products, please go to the **Products** page, click on the **Import** button, and select the **app/product.csv** file.
## Collections
To generate collections, please run this command.
```
yarn gen-collections
```## Pages
To generate pages, please run this command.
```
yarn gen-pages
```## Articles
To generate articles, please run this command.
```
yarn gen-articles
```## Related Projects
* **[Next Shopify Storefront](https://github.com/Maxvien/next-shopify-storefront)** • A real-world Shopping Cart built with TypeScript, NextJS, React, Redux, Apollo Client, Shopify Storefront GraphQL API, ... and Material UI.
* **[Bootstrap Shopify Theme](https://github.com/Maxvien/bootstrap-shopify-theme)** • A free Shopify Theme built with Bootstrap, BEM, Theme Tools, Swiper, Gulp, Parcel, Liquid, SASS, PostCSS, ESNext, ... and Passion.
* **[Shopify Theme Customizer](https://github.com/Maxvien/shopify-theme-customizer)** • An effective development tool for customizing existing Shopify themes. It's built with Gulp, Theme Kit, Theme Check, BrowserSync, ... and Passion.