bfm:Brewfile管理器

时间:2024-02-24 22:58:06
【文件属性】:

文件名称:bfm:Brewfile管理器

文件大小:33KB

文件格式:ZIP

更新时间:2024-02-24 22:58:06

macos homebrew HomebrewGo

Brewfile管理器 Brewfile Manager(bfm)是一种命令行工具,用于以不太活跃且更易理解的方式管理Brewfile形式的依赖项白名单。 要求 安装 可以使用go get安装最新版本的bfm。 go get -u github.com/LGUG2Z/bfm 确保$GOPATH设置是正确和$GOPATH/bin在你的$PATH 。 bfm可执行文件将安装在$GOPATH/bin目录下。 为了使用bfm,首先需要在shell rc文件中导出以下环境变量: BFM_BREWFILE=/path/to/your/Brewfile BFM_LEVEL=[required, re


【文件预览】:
bfm-master
----cmd()
--------add.go(4KB)
--------clean_test.go(3KB)
--------helpers.go(1KB)
--------docs.go(4KB)
--------add_test.go(9KB)
--------refresh.go(1KB)
--------refresh_test.go(2KB)
--------constants.go(983B)
--------root.go(2KB)
--------check.go(4KB)
--------remove_test.go(7KB)
--------remove.go(4KB)
--------helpers_test.go(1KB)
--------cmd_suite_test.go(3KB)
--------clean.go(2KB)
----brewfile()
--------packages.go(2KB)
--------packages_test.go(2KB)
--------brewfile_suite_test.go(578B)
----main.go(697B)
----.gitignore(2KB)
----README.md(7KB)
----brew()
--------info.go(3KB)
--------cacheMap_test.go(4KB)
--------cache_test.go(2KB)
--------cacheMap.go(7KB)
--------entry_test.go(2KB)
--------constants.go(516B)
--------brew_suite_test.go(2KB)
--------cache.go(3KB)
--------entry.go(2KB)
----helpers()
--------helpers.go(273B)

网友评论