# Installer mk avec Homebrew

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

## installation

```sh
sudo av install brew:mk
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install mk
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:mk
- **Gestionnaire de paquets:** Homebrew
- **Version:** 3.0.0
- **Résumé source:** Wrapper for auto-detecting build and test commands in a repository
- **Page d'accueil:** <https://mk.readthedocs.io>
- **Dépôt:** <https://github.com/pycontribs/mk>
- **Dernière mise à jour:** 2026-07-25T10:26:31Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- mk (alias)
- pre (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

mk is a pycontribs command-line wrapper for making unfamiliar repositories easier to work on. Its README describes the goal as hiding repository implementation details from casual contributors: a user runs mk in a checkout and gets predictable commands for questions such as how to run tests, lint, or prepare a change for review.

### Modes d'utilisation

The tool's practical role is orchestration rather than building from first principles. It detects common project tools and exposes their existing commands, including Makefile targets documented with double-hash comments, npm scripts, pre-commit, tox, and embedded helpers such as changelog generation through the GitHub CLI or container image checks. This puts mk in the same workflow-normalization niche as make, tox, npm scripts, and task runners, but with auto-detection and little per-repository setup.

### Sources

- <https://formulae.brew.sh/formula/mk>
- <https://github.com/pycontribs/mk>
- <https://mk.readthedocs.io/>
- <https://mk.readthedocs.io/tools/>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour mk. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## Combined YAML source

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


## Sources

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