Skip to content

Commit 6393a9c

Browse files
committed
rename to phx.sync...
1 parent a2dbc17 commit 6393a9c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/mix/tasks/phx_sync.tanstack_db.ex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
defmodule Mix.Tasks.PhxSync.TanstackDb.Docs do
1+
defmodule Mix.Tasks.Phx.Sync.TanstackDb.Docs do
22
@moduledoc false
33

44
@spec short_doc() :: String.t()
@@ -32,7 +32,7 @@ defmodule Mix.Tasks.PhxSync.TanstackDb.Docs do
3232
end
3333

3434
if Code.ensure_loaded?(Igniter) do
35-
defmodule Mix.Tasks.PhxSync.TanstackDb do
35+
defmodule Mix.Tasks.Phx.Sync.TanstackDb do
3636
import Igniter.Project.Application, only: [app_name: 1]
3737

3838
@shortdoc "#{__MODULE__.Docs.short_doc()}"
@@ -364,7 +364,7 @@ if Code.ensure_loaded?(Igniter) do
364364
end
365365
end
366366
else
367-
defmodule Mix.Tasks.PhxSync.TanstackDb do
367+
defmodule Mix.Tasks.Phx.Sync.TanstackDb do
368368
@shortdoc "#{__MODULE__.Docs.short_doc()} | Install `igniter` to use"
369369

370370
@moduledoc __MODULE__.Docs.long_doc()

test/mix/tasks/phx_sync.tanstack_db_test.exs renamed to test/mix/tasks/phx.sync.tanstack_db_test.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
defmodule Mix.Tasks.PhxSync.TanstackDbTest do
1+
defmodule Mix.Tasks.Phx.Sync.TanstackDbTest do
22
use ExUnit.Case, async: true
33

44
import Igniter.Test
55

6-
import Mix.Tasks.PhxSync.TanstackDb, only: [template_dir: 0, template_contents: 2]
6+
import Mix.Tasks.Phx.Sync.TanstackDb, only: [template_dir: 0, template_contents: 2]
77

88
defp assert_renders_template(igniter, {template_path, render_path}) do
99
igniter

0 commit comments

Comments
 (0)