How to Install closure-linter on Mac using Brew

Package Information:

Name: closure-linter
Use: Check JavaScript files for style and documentation
URL: https://developers.google.com/closure/utilities/

Installation Steps:

  1. Open Terminal by hitting <command+space>. Type terminal and hit Enter key.
  2. Run the following command

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

closure-linter is ready to use now!