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:
jamey
2026-02-18 21:23:15 +00:00
parent c65e777832
commit 9528700862
300 changed files with 23932 additions and 1349 deletions

View File

@@ -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...")