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

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

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