Follow simple steps to install fmpp on Mac

Package Information:

Name: fmpp
Use: FMPP is a general-purpose text file preprocessing tool that uses FreeMarker templates.
URL: https://fmpp.sourceforge.io/

Installation Steps:

  1. Open Terminal by hitting <command+space>. Type terminal and hit Enter key.
  2. Now, Execute

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

fmpp is ready to use now!