An open API service indexing awesome lists of open source software.

https://github.com/cebarks/jbrew

a simple GUI for the Homebrew OS X package manager written in java.
https://github.com/cebarks/jbrew

Last synced: 4 months ago
JSON representation

a simple GUI for the Homebrew OS X package manager written in java.

Awesome Lists containing this project

README

          

#JBrew
A GUI front end to the great Homebrew package manager (http://brew.sh/) for OS X.

###Building from source
Checkout the repo with the program of your choice. Then open a shell into the base source directory and run "mvn package". The built jar will be located in "target" folder.

###Contributing
If you feel you can help with this project, please do so! Create a pull request or shoot me an email/tweet.

###Special Thanks
I used the WindowBuilder (http://www.eclipse.org/windowbuilder/) plugin to format/design the graphics for this program.