Making your project available through Homebrew
As software developers, having our projects available easily to anyone is a goal, but it can be hard to achieve. Using package managers like apt, pacman or brew has become an industry standard (compared to wget + compile it yourself + install it), but publishing a project on it can be quite tedious.\nIn this article, we will go through the basics of creating a tap for homebrew (available on both Linux and MacOS).\n