Rename your Elixir Project
Add to your mix dependencies in mix.exs
# mix.exs
defp deps do
[
{:rename_project, "~> 0.1.0", only: :dev}
]
endCommit your files before running the rename task in case it goes wrong.
mix rename OldName NewName| Name | Name | Last commit date | ||
|---|---|---|---|---|