# 使用 Homebrew 安装 modman

查看 modman 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:modman
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install modman
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:modman
- **软件包管理器:** Homebrew
- **版本:** 1.14
- **来源摘要:** Module deployment script geared towards Magento development
- **主页:** <https://github.com/colinmollenhour/modman>
- **仓库:** <https://github.com/colinmollenhour/modman>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- modman (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.14
## 项目历史与用法

modman, short for Module Manager, is a Bash deployment script by Colin Mollenhour, copyrighted from 2009 and strongly associated with Magento extension development. Its README explains the original pain point: some software, especially Magento, forced extension files to be interleaved through core application directories, making version control and deployment awkward. modman answered that by keeping each module checked out under `.modman` and maintaining symlinks into the target tree according to a mapping file.

### 项目历史

In practice, modman became a small Unixy tool for Magento developers who wanted separate repositories for extensions before Composer became the dominant PHP packaging path. It supports Git and Subversion checkouts, a deploy command for already-checked-out code, and a plain text mapping file rather than a package registry. Community Magento posts and extension READMEs used it as an installation path, and a 2015 Magento 2 development article identified Colin Mollenhour as its creator and described the ability to attach multiple local repositories to a Magento project as its key feature.

### 使用方式

The Homebrew formula packages the `modman` executable for macOS and Linux users. Its niche is historical but still legible: it is not a general package manager so much as a symlink-based module layout tool for codebases that predate cleaner extension packaging.

### 来源

- <https://formulae.brew.sh/formula/modman>
- <https://github.com/colinmollenhour/modman>
- <https://magento.stackexchange.com/questions/30315/how-to-use-modman-for-managing-modules-in-github>
- <https://raw.githubusercontent.com/colinmollenhour/modman/master/README.md>
- <https://www.maxpronko.com/magento-2-module-in-a-separate-repository/>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals


## Combined YAML source

View the package source record on GitHub. [combined/modman.yml](https://github.com/mxcl/pkgdb/blob/main/combined/modman.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
