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:
- Open Terminal on your Mac.
- Copy and execute below command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install bit using brew
brew install bit
bit is ready to use now!