mirror of
https://github.com/ivuorinen/homebrew-tap.git
synced 2026-02-08 16:47:45 +00:00
- 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
1.2 KiB
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 %}
{% endfor %}
{% else %}
{{ formula.name }}
{% if formula.description %}{{ formula.description }}
{% endif %}
{% if formula.version %}v{{ formula.version }}{% endif %}
{% if formula.license %}{{ formula.license }}{% endif %}
No formulae available yet. Add some formulae to the Formula/ directory to get started.
Repository
View the source code and contribute on [GitHub](https://github.com/{{ site.repository }}).
Documentation automatically generated from formula files.