# mk mit Homebrew installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für mk in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install mk
```

  Evidenz: local Homebrew formula metadata

## Paketfakten

- **Paketschlüssel:** brew:mk
- **Paketmanager:** Homebrew
- **Version:** 3.0.0
- **Quellzusammenfassung:** Wrapper for auto-detecting build and test commands in a repository
- **Homepage:** <https://mk.readthedocs.io>
- **Repository:** <https://github.com/pycontribs/mk>
- **Zuletzt aktualisiert:** 2026-07-25T10:26:31Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- mk (Alias)
- pre (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 3.0.0
## Projektgeschichte und Nutzung

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.

### Wie es verwendet wird

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.

### Quellen

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


## Sicherheitshinweise

Für mk wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.



## Combined YAML source

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


## Quellen

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