UniqMartin / homebrew-dev-tools

:wrench: Fork of “Development tools for Homebrew maintainers”

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>
#

About

:wrench: Fork of “Development tools for Homebrew maintainers”

License:MIT License


Languages

Language:Ruby 92.9%Language:Python 7.1%