How to Install dfmt on Mac using Brew
Package Information:
Name: dfmt
Use: dfmt is a formatter for D source code
URL: https://github.com/Hackerpilot/dfmt
Installation Steps:
- Open Terminal using Spotlight search by pressingÂ
<command+space>
. Type terminal and hitÂEnter
 key. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install dfmt using brew
brew install dfmt
dfmt is ready to use now!