# 使用 Homebrew 安装 czg

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

## 安装

```sh
sudo av install brew:czg
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install czg
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:czg
- **软件包管理器:** Homebrew
- **版本:** 1.13.1
- **来源摘要:** Interactive Commitizen CLI that generate standardized commit messages
- **主页:** <https://cz-git.qbb.sh>
- **最后更新:** 2026-06-15T10:20:14-04:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- czg (别名)
- git-czg (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

czg is the command-line front end in the cz-git project, aimed at developers who want an interactive Commitizen-style prompt that emits Conventional Commits-compatible Git messages.

### 项目历史

The cz-git repository was created in 2022 and describes itself as both a Commitizen adapter and a Git commit CLI. Its documentation presents czg as the direct CLI path for users who want the prompt without wiring the adapter through Commitizen first.

### 采用历史

The project sits in the Node.js Git tooling ecosystem: the README links the czg npm package and the Homebrew formula, while the docs show czg as a standalone command that extends normal git commit options.

### 使用方式

Typical use is to run czg in a Git worktree, answer prompts for type, scope, subject, and related metadata, and let the tool call through to git commit. The CLI also documents subcommands and OpenAI-assisted commit-message options, with local API settings stored in the czg config file.

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

For package-manager users, czg is interesting because it packages a JavaScript commit workflow as a small executable command, making Conventional Commits prompts available through npm and Homebrew rather than only through project-local dev dependencies.

### 时间线

- 2022: cz-git repository created.
- 2026: v1.13.1 release published.

### Related projects

- cz-git is related to Commitizen, commitlint, Conventional Commits, and Git itself.

### 来源

- <https://github.com/Zhengqbbb/cz-git>
- <https://api.github.com/repos/Zhengqbbb/cz-git>
- <https://github.com/Zhengqbbb/cz-git/releases/tag/v1.13.1>
- <https://cz-git.qbb.sh/cli/>
- <https://cz-git.qbb.sh/config/>


## 安全说明

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



## 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: ./package.json, ./.czrc, ./.cz.json, ./.cz.yaml, ./.cz.toml, ./cz.config.js, ./cz.config.cjs, ~/.config/.czrc

## Credential files

- Unix: ~/.config/.czrc

## Combined YAML source

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


## 来源

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