# 使用 Homebrew 安装 yamlresume

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

## 安装

```sh
sudo av install brew:yamlresume
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install yamlresume
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:yamlresume
- **软件包管理器:** Homebrew
- **版本:** 0.14.0
- **来源摘要:** Resumes as code in YAML
- **主页:** <https://github.com/yamlresume/yamlresume>
- **最后更新:** 2026-08-02T09:43:08Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- yamlresume (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

YAMLResume is a resume-as-code tool that stores resume content in YAML and generates professional outputs such as PDF, LaTeX, Markdown, and HTML. It is implemented in TypeScript and is presented as the open-source core of PPResume.

### 项目历史

The repository was created on 2025-04-09. The README says the project began as the core typesetting engine for PPResume, a LaTeX-based resume builder, and was open sourced so users could avoid vendor lock-in.

The design principle is separation of concerns: content is drafted as human-readable YAML, then rendered through a pluggable typesetting engine. The README describes LaTeX as the default typesetting path and also notes HTML/CSS layout support.

### 采用历史

YAMLResume is young but visibly packaged as a cross-ecosystem CLI: the README documents npm, Yarn, pnpm, Bun, Homebrew, and Docker usage, plus badges for npm and Docker distribution. The supplied package data confirms Homebrew packaging.

Its adoption niche overlaps resume builders, JSON Resume users, and developers who want resumes in version control. The ecosystem list includes create-yamlresume for scaffolding projects, json2yamlresume for conversion from JSON Resume, and a GitHub Action for automated PDF generation.

### 使用方式

Typical usage starts with `yamlresume new my-resume.yml`, then `yamlresume build my-resume.yml` to generate PDF, LaTeX, Markdown, and HTML outputs. The `dev` command watches the YAML file and rebuilds on change.

The CLI also documents commands for templates, languages, validation, and help. Generating PDFs requires a typesetting engine such as XeTeX or Tectonic, while the resume content itself remains a YAML file.

### 为什么软件包爱好者会关心

YAMLResume is package-nerd interesting because it turns a personal document workflow into a reproducible CLI pipeline: source-controlled YAML in, generated artifacts out, with package-manager, Docker, and CI entry points.

It also shows the modern resume-as-code lineage: JSON Resume compatibility, GitHub Actions automation, template management, and multiple output formats, but with YAML chosen for human editing.

### 时间线

- 2025-04-09: GitHub repository created.
- 2025: README described YAMLResume as open-sourced from the PPResume typesetting engine.
- 2025: CLI documented new, build, dev, languages, templates, and validate commands.
- 2020s: Ecosystem documented create-yamlresume, json2yamlresume, a playground package, and a GitHub Action.

### Related projects

- Related projects and technologies include PPResume, JSON Resume, create-yamlresume, json2yamlresume, @yamlresume/playground, LaTeX, XeTeX, Tectonic, HTML/CSS layout engines, Docker, and GitHub Actions.

### 来源

- <https://api.github.com/repos/yamlresume/yamlresume>
- <https://github.com/yamlresume/yamlresume>
- <https://raw.githubusercontent.com/yamlresume/yamlresume/main/README.md>
- <https://yamlresume.dev/docs>


## 安全说明

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/yamlresume.yml](https://github.com/mxcl/pkgdb/blob/main/combined/yamlresume.yml)


## 来源

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