nodenv / formulae

🏎 An online formulae browser for Homebrew
https://nodenv.github.io/formulae/
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Homebrew Formulae

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.

JSON API

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:

Read more in the JSON API documentation.

Usage

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

License

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