Create a local formula for homebrew (tap it!)

Before we dive in all the steps needed on how to create a formula, that you will use locally (ergo, not uploading it to homebrew public list), let’s briefly explain what is tap and formula in Homebrew. Formula: A formula is a package definition written in Ruby. A formula provides instructions and metadata for Homebrew to install a …