Easy to Setup Guide for”typesafe-activator” for Mac

What is “typesafe-activator” Package?

Tools for working with Lightbend Reactive Platform
For more details: https://www.lightbend.com/community/core-tools/activator-and-sbt

Installation

  • Open Terminal by pressing command+space then type terminal and hit Enter key.
  • Install homebrew first.
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  • Install typesafe-activator.
    brew install typesafe-activator

Now, use typesafe-activator!