# Installer modman avec Homebrew

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de modman pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install modman
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:modman
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.14
- **Résumé source:** Module deployment script geared towards Magento development
- **Page d'accueil:** <https://github.com/colinmollenhour/modman>
- **Dépôt:** <https://github.com/colinmollenhour/modman>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- modman (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.14
## Historique du projet et usages

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.

### Historique du projet

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.

### Modes d'utilisation

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.

### Sources

- <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/>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- 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)


## Sources

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