Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/danielbayley/homebrew-utils
- Owner: danielbayley
- License: mit
- Created: 2022-09-07T23:22:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T17:57:01.000Z (12 months ago)
- Last Synced: 2024-04-18T09:41:20.367Z (8 months ago)
- Topics: homebrew, lib, library, macos, osx, ruby, tap
- Language: Ruby
- Homepage: https://docs.brew.sh/Taps
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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