Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danielbayley/homebrew-utils

Utility library for @Homebrew taps.
https://github.com/danielbayley/homebrew-utils

homebrew lib library macos osx ruby tap

Last synced: 5 days ago
JSON representation

Utility library for @Homebrew taps.

Awesome Lists containing this project

README

        

_[Homebrew]_ Utils
==================
Utility `lib`rary for Homebrew [_tap_]s.

Install
-------
~~~ sh
git submodule add https://github.com/danielbayley/homebrew-utils lib
~~~
~~~ rb
system "git -C #{__dir__} submodule update --init --quiet"
require_relative "lib/utils"
~~~
or
~~~ rb
tap = Tap.fetch "danielbayley/utils"
system "brew tap #{tap.name} --quiet" unless tap.path.directory?
system "git -C #{tap.path} submodule update --init --quiet"
require tap.path/"utils"
~~~

License
-------
[MIT] © [Daniel Bayley]

[MIT]: LICENSE.md
[Daniel Bayley]: https://github.com/danielbayley

[homebrew]: https://brew.sh
[_tap_]: https://docs.brew.sh/Taps