How to Install tundra on Mac?

What is “tundra” Package?

Code build system that tries to be fast for incremental builds
For more details: https://github.com/deplinenoise/tundra

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 tundra.
    brew install tundra

Now, use tundra!