v55a92a8ef237568302173e45bc282a0f8d1f2fadUpdated: 3 years, 1 month ago
A tool to assist with large-scale codebase refactors
A tool/library to assist with large-scale codebase refactors that can be partially automated but still require human oversight and occasional intervention. Codemod was developed at Facebook and released as open source.
A tool/library to assist with large-scale codebase refactors that can be partially automated but still require human oversight and occasional intervention. Codemod was developed at Facebook and released as open source.
To install codemod, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install codemod
To see what files were installed by codemod, run:
port contents codemod
To later upgrade codemod, run:
sudo port selfupdate && sudo port upgrade codemod
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.