Files
homebrew-tap/docs/index.md
Ismo Vuorinen 6de65bca11 Initial Homebrew tap setup with automated documentation
- Add formula parser with Ruby AST parsing
- Add GitHub Actions CI/CD workflows
- Add Jekyll-based documentation site
- Add RuboCop and Dependabot configuration
- Add example formula for demonstration
2025-09-02 02:22:26 +03:00

1.2 KiB

layout, title
layout title
default 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

brew tap ivuorinen/homebrew-tap
brew install <formula-name>

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.