--- layout: default title: Home --- # ivuorinen/homebrew-tap Welcome to the documentation for ivuorinen's Homebrew tap. This tap contains custom formulae for various tools and utilities. ## Quick Start ```bash brew tap ivuorinen/homebrew-tap brew install ``` ## Available Formulae {% if site.data.formulae.formulae.size > 0 %}
{% for formula in site.data.formulae.formulae %}

{{ formula.name }}

{% if formula.description %}

{{ formula.description }}

{% endif %}
{% if formula.version %}v{{ formula.version }}{% endif %} {% if formula.license %}{{ formula.license }}{% endif %}
{% endfor %}
{% else %}

No formulae available yet. Add some formulae to the Formula/ directory to get started.

{% endif %} ## Repository View the source code and contribute on [GitHub](https://github.com/{{ site.repository }}). --- *Documentation automatically generated from formula files.*