Follow simple steps to install bit on Mac

Package Information:

Name: bit
Use: Bit is the open source infrastructure for making your code components reusable as building blocks for your different projects and applications.
URL: https://www.bitsrc.io

Installation Steps:

  1. Open Terminal on your Mac.
  2. Copy and execute below command
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install bit using brew
    brew install bit

bit is ready to use now!