mix box.rename_project (box v0.15.1)
View SourceRenames a project to a new name. It expects the following arguments:
from
: The source name it needs to be renamed fromto
: The destination name
And optionally supports the following
folder
: The folder to do the renaming.dry_run
: Doesn't perform any renaming. Might not work if folders are renamed
Note: Both needs to be snake case names. If renaming the modules from "MyApp" to "TheFallenDragons" then the task should be used as
mix box.rename_project --from my_app --to the_fallen_dragon