/homebrew-dev-tools

:wrench: Development tools for Homebrew maintainers

Primary LanguageRubyMIT LicenseMIT

homebrew-dev-tools

Development tools for Homebrew maintainers

Installation

brew tap homebrew/dev-tools

Adding new tools

Read the "External Commands" Homebrew document to see how to create Homebrew external commands.

As a good practice, adding information on usage and origin as ruby comments is recommended. A blank template can be found below.

#
# Description: <a short discription of this tool>
# Author: <your name>
# Usage: <information on how to use this tool>
#