/rename

rename an entire project or code base

Primary LanguagePython

rename

CLI util to rename a project or code base.
It will rename files, directories and also the contents inside files.

Usage

To use it:

rename <path> <pattern> <replacement>

pattern is what to replace and replacement is what to replace it with.