# Installer czg avec Homebrew

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de czg pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install czg
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:czg
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.13.1
- **Résumé source:** Interactive Commitizen CLI that generate standardized commit messages
- **Page d'accueil:** <https://cz-git.qbb.sh>
- **Dernière mise à jour:** 2026-06-15T10:20:14-04:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- czg (alias)
- git-czg (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.13.1
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

- <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/>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour czg. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## 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)


## Sources

- 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
