https://github.com/hpedrorodrigues/homebrew-tools
Personal/non-official formulas/casks
https://github.com/hpedrorodrigues/homebrew-tools
Last synced: 7 months ago
JSON representation
Personal/non-official formulas/casks
- Host: GitHub
- URL: https://github.com/hpedrorodrigues/homebrew-tools
- Owner: hpedrorodrigues
- Created: 2020-07-24T03:47:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T20:42:47.000Z (over 1 year ago)
- Last Synced: 2025-03-08T09:09:03.602Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Homebrew Tools
Personal/non-official formulas/casks.
- Formulas
- [sphynx]
- [twitter-cleaner]### Testing formulas/casks
The following command(s) can be used to test changes for a new formula or when
editing an existing one:```bash
♪ brew install --build-from-source# or
♪ brew edit && brew install
```Also, it's possible to use the following command to check a formula for Homebrew
coding style violations:```bash
♪ brew audit
```### References
- [Formula Cookbook]
[sphynx]: https://github.com/hpedrorodrigues/sphynx
[twitter-cleaner]: https://github.com/hpedrorodrigues/twitter-cleaner
[Formula Cookbook]: https://docs.brew.sh/Formula-Cookbook