Homebrew formulae for my software
chenasraf homebrew tap
Install my package formulae from this tap if you are using Homebrew.
How do I install these formulae?
Install package directly
This installs one specific package from the tap:
brew install chenasraf/tap/<formula>
Install tap
This is how you install the tap, so you will be able to see and install any packages from it:
brew tap chenasraf/tap
brew install <formula>
In Brewfile
In a brew bundle
Brewfile
:
tap "chenasraf/tap"
brew "<formula>"
Available Formulae
- treelike - Outputs a Tree-like representation from strings
- gi_gen - Gitignore generator for any type of project
Documentation
See more info about brew using brew help
, man brew
or check
Homebrew’s documentation.
Contributing
I am developing these packages on my free time, so any support, whether code, issues, or just stars is very helpful to sustaining their life. If you are feeling incredibly generous and would like to donate just a small amount to help sustain this project, I would be very very thankful!
I welcome any issues or pull requests on GitHub. If you find a bug, or would like a new feature, don’t hesitate to open an appropriate issue in the respective package’s repository and I will do my best to reply promptly.