ModulemanComponent.rename

Renames a module to something else (only in the project root).

class ModulemanComponent
rename
(
string mod
,
string rename
,
bool renameSubmodules = true
)

Return Value

Type: FileChanges[]

all changes that need to happen to rename the module. If no module statement could be found this will return an empty array.

Meta