Installing codemod on Mac using Brew
Package Information:
Name: codemod
Use: Codemod is a tool/library to assist you with large-scale codebase refactors that can be partially automated but still require human oversight and occasional intervention
URL: https://github.com/facebook/codemod
Installation Steps:
- Open Terminal on your Mac.
- Execute the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install codemod using brew
brew install codemod
codemod is ready to use now!