Current section

Files

Jump to
igniter lib mix tasks igniter.move_files.ex
Raw

lib/mix/tasks/igniter.move_files.ex

defmodule Mix.Tasks.Igniter.MoveFiles do
@moduledoc "Moves any relavant files to their 'correct' location."
@shortdoc @moduledoc
use Igniter.Mix.Task
def igniter(igniter, _argv) do
Igniter.Code.Module.move_files(igniter, move_all?: true)
end
end