Easy steps to install scc package on Mac
Package Information:
Application Name – scc
What is scc – Not Available for scc
Use of scc – Fast and accurate code counter with complexity and COCOMO estimates
URL – https://github.com/boyter/scc/
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install scc using brew
brew install scc
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
scc is ready to use now!