rename project from SimpleshopTheme to Berrypod
All modules, configs, paths, and references updated. 836 tests pass, zero warnings. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -2,7 +2,7 @@ defmodule Mix.Tasks.GenerateMockups do
|
||||
@moduledoc """
|
||||
Generates product mockups using Printify or Printful APIs.
|
||||
|
||||
This task automates the creation of product mockups for the SimpleshopTheme
|
||||
This task automates the creation of product mockups for the Berrypod
|
||||
sample content. It downloads artwork from Unsplash, uploads it to the
|
||||
print-on-demand provider, creates products, and downloads the generated mockups.
|
||||
|
||||
@@ -26,8 +26,8 @@ defmodule Mix.Tasks.GenerateMockups do
|
||||
|
||||
use Mix.Task
|
||||
|
||||
alias SimpleshopTheme.Mockups.Generator, as: PrintifyGenerator
|
||||
alias SimpleshopTheme.Mockups.PrintfulGenerator
|
||||
alias Berrypod.Mockups.Generator, as: PrintifyGenerator
|
||||
alias Berrypod.Mockups.PrintfulGenerator
|
||||
|
||||
@shortdoc "Generates product mockups using Printify or Printful API"
|
||||
|
||||
@@ -207,7 +207,7 @@ defmodule Mix.Tasks.GenerateMockups do
|
||||
end
|
||||
|
||||
defp purge_existing_printify_products do
|
||||
alias SimpleshopTheme.Clients.Printify, as: Client
|
||||
alias Berrypod.Clients.Printify, as: Client
|
||||
|
||||
Mix.shell().info("Fetching existing products...")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user