K-MkrOps / formulae.brew.sh

🏎 An online formulae browser for Homebrew

Home Page:https://formulae.brew.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homebrew Formulae

Homebrew Formulae is an online package browser for Homebrew.

It displays all packages in the Homebrew/homebrew-core and Homebrew/homebrew-cask. A GitHub Action is run periodically which pulls changes from each tap and deploys the site to GitHub Pages.

JSON API

It also provides a JSON API for all packages (or individual packages) in each tap and their related analytics. This JSON data is used for the creation of the HTML resources on this site.

Currently available:

  • List formulae metadata for all formulae
  • Get formula metadata for each formula
  • List analytics events for all formulae
  • List analytics events for each formula

Read more in the JSON API documentation.

Usage

Open https://formulae.brew.sh/ in your web browser.

To instead run Homebrew Formulae locally, run:

git clone https://github.com/Homebrew/formulae.brew.sh
cd formulae.brew.sh
bundle install
bundle exec jekyll serve

License

Code is under the BSD 2-clause "Simplified" License.

About

🏎 An online formulae browser for Homebrew

https://formulae.brew.sh

License:BSD 2-Clause "Simplified" License


Languages

Language:Ruby 78.5%Language:HTML 21.5%