How to Install coffeescript on Mac using Brew

Package Information:

Name: coffeescript
Use: CoffeeScript is a little language that compiles into JavaScript.
URL: http://coffeescript.org

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 coffeescript using brew
    brew install coffeescript

coffeescript is ready to use now!