# cbfmt を Homebrew, Nix でインストール

cbfmt のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:cbfmt
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install cbfmt
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#cbfmt
```

  証拠: nixpkgs package indexes: pkgs/by-name/cb/cbfmt/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:cbfmt
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.2.0
- **ソース概要:** Format codeblocks inside markdown and org documents
- **ホームページ:** <https://github.com/lukas-reineke/cbfmt>
- **リポジトリ:** <https://github.com/lukas-reineke/cbfmt>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- cbfmt (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.2.0
## プロジェクトの歴史と使われ方

cbfmt is a Rust command-line formatter driver for code blocks inside Markdown, Org, and reStructuredText documents.

### プロジェクトの歴史

The official repository was created in July 2022. Its README defines cbfmt as a tool that iterates over document code blocks and runs configured formatting commands for each block language.

### 採用の歴史

The supplied package metadata shows cbfmt available through Homebrew and Nix. GitHub Releases published the v0.2.0 release on August 31, 2022.

### 使われ方

A `.cbfmt.toml` file maps code block languages to formatter commands that read stdin and write stdout. Users can check or rewrite files, process directories recursively, or read a document from stdin.

### パッケージ好きにとっての重要性

cbfmt is package-nerd-relevant because it composes existing language formatters instead of replacing them, giving documentation projects a small CLI for keeping embedded examples formatted.

### タイムライン

- 2022: The official GitHub repository was created.
- 2022: v0.1.x and v0.2.0 releases were published.
- 2023: The official repository metadata records later maintenance activity.

### Related projects

- rustfmt, gofmt, stylua, and black are example formatter commands shown in the official configuration example.
- Markdown, Org, and reStructuredText are the document formats named by the official README.

### ソース

- <https://api.github.com/repos/lukas-reineke/cbfmt>
- <https://api.github.com/repos/lukas-reineke/cbfmt/releases>
- <https://github.com/lukas-reineke/cbfmt#readme>
- source_facts.package-manager


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: .cbfmt.toml
## 他のパッケージマネージャ記録

- Nix - cbfmt: normalized package name match | nixpkgs package indexes: pkgs/by-name/cb/cbfmt/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
