文件名称:homebrew-bundle::package:Bundler,用于来自Homebrew,Homebrew Cask和Mac App Store的非Ruby依赖项
文件大小:66KB
文件格式:ZIP
更新时间:2024-02-24 06:13:23
ruby homebrew tap bundle cmd
自制程序包 Bundler,用于Homebrew,Homebrew Cask,Mac App Store和Whalebrew的非Ruby依赖项。 要求 (在macOS或),用于安装依赖项。 是可选的,用于安装Mac应用程序。 是可选的,用于安装Mac App Store应用程序。 是可选的,用于安装Whalebrew映像。 安装 首次运行时将自动安装brew bundle 。 用法 请参阅或brew bundle --help。 一个示例Brewfile : # 'brew tap' tap "homebrew/cask" # 'brew tap' with custom Git URL tap "user/tap-repo" , "https://user@bitbucket.org/user/homebrew-tap-repo.git" # set arguments for all 'brew install --cask' commands cask_args appdir : "~/Applications" , require_sha : true # 'bre
【文件预览】:
homebrew-bundle-master
----.gitignore(50B)
----Guardfile(676B)
----CONTRIBUTING.md(1KB)
----LICENSE(1KB)
----.github()
--------workflows()
----spec()
--------bundle()
--------bundle_utils_spec.rb(2KB)
--------spec_helper.rb(2KB)
--------stub()
----README.md(2KB)
----lib()
--------bundle()
--------bundle.rb(1016B)
----Gemfile(167B)
----cmd()
--------bundle.rb(7KB)
----Gemfile.lock(1KB)