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:

  1. Open Terminal on your Mac.
  2. Execute the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install codemod using brew
    brew install codemod

codemod is ready to use now!