# 使用 Homebrew 安装 mk

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

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install mk
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:mk
- **软件包管理器:** Homebrew
- **版本:** 3.0.0
- **来源摘要:** Wrapper for auto-detecting build and test commands in a repository
- **主页:** <https://mk.readthedocs.io>
- **仓库:** <https://github.com/pycontribs/mk>
- **最后更新:** 2026-07-25T10:26:31Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- mk (别名)
- pre (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

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.

### 使用方式

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.

### 来源

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


## 安全说明

没有找到 mk 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



## Combined YAML source

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


## 来源

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