https://nodenv.github.io/formulae/
This is a nodenv-specific fork of Homebrew Formulae—an online package browser for Homebrew.
It displays all packages in nodenv/homebrew-nodenv and nodenv/homebrew-cask.
It also provides a JSON API for all packages (or individual packages) in nodenv/homebrew-nodenv 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 homebrew-nodenv formulae
- Get formula metadata for a homebrew-nodenv formula
- List analytics events
- List analytics events for all homebrew-nodenv formulae
Read more in the JSON API documentation.
Open https://nodenv.github.io/formulae/ in your web browser.
To instead run Homebrew Formulae locally, run:
git clone https://github.com/nodenv/formulae
cd formulae
bundle install
bin/rake serve
Code is under the BSD 2-clause "Simplified" License.