Easy steps to install counterfeiter package on Mac
Package Information:
Application Name – counterfeiter
What is counterfeiter – Not Available for counterfeiter
Use of counterfeiter – Tool for generating self-contained, type-safe test doubles in go
URL – https://github.com/maxbrunsfeld/counterfeiter
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 counterfeiter using brew
brew install counterfeiter
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
counterfeiter is ready to use now!