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

https://github.com/tpvasconcelos/homebrew-dev

Collection of (dev) formulas
https://github.com/tpvasconcelos/homebrew-dev

Last synced: about 1 year ago
JSON representation

Collection of (dev) formulas

Awesome Lists containing this project

README

          

# My (dev) Homebrew Formulas

Install directly
```shell
brew install tpvasconcelos/dev/
```

Or tap first
```shell
brew tap tpvasconcelos/dev
```

and then install
```shell
brew install
```

---

This is a nais idea --> https://github.com/thanethomson/python-brewer

e.g.
```shell
pybrew -n "OneloginAwsCli" \
-d "Assume an AWS Role and cache credentials using Onelogin" \
-H https://github.com/physera/onelogin-aws-cli \
-g https://github.com/physera/onelogin-aws-cli \
-r https://github.com/physera/onelogin-aws-cli/archive/1.17.tar.gz onelogin-aws-cli onelogin-aws-cli.rb
```