How to Install bee on Mac using Brew

Package Information:

Name: bee
Use: Bee is a tool for managing database changes.
URL: https://github.com/bluesoft/bee

Installation Steps:

  1. Open up your Terminal.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install bee using brew
    brew install bee

bee is ready to use now!