Easy steps to install tokei package on Mac
Package Information:
Application Name – tokei
What is tokei – Not Available for tokei
Use of tokei – Program that allows you to count code, quickly
URL – https://github.com/XAMPPRocky/tokei
Installation Steps:
- Open Terminal using Spotlight search by pressing  <command+space>. Type terminal and hitEnterkey.
- Now, run following command to install homebrew (brew)
- Install tokei using brew
brew install tokei 

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

tokei is ready to use now!