Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 320 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 320 Bytes

Rename Project

Rename your Elixir Project

Install

Add to your mix dependencies in mix.exs

# mix.exs
defp deps do
  [
    {:rename_project, "~> 0.1.0", only: :dev}
  ]
end

Usage

Commit your files before running the rename task in case it goes wrong.

mix rename OldName NewName