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

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

## インストール

```sh
sudo av install brew:commitlint
```

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

### macOS

- Homebrew (100%):

```sh
brew install commitlint
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#commitlint
```

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

### Windows

- winget (92%):

```sh
winget install --id Commitlint.Commitlint -e
```

  証拠: Windows Package Manager source index: Commitlint.Commitlint from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:commitlint
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/commitlint>
- **バージョン:** 21.2.1
- **ソース概要:** Lint commit messages according to a commit convention
- **ホームページ:** <https://commitlint.js.org/#/>
- **上流ドキュメント:** <https://commitlint.js.org/#/>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://registry.npmjs.org/commitlint/-/commitlint-21.2.1.tgz>
- **最終更新:** 2026-07-09T10:06:43Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- commitlint (cli)
- commitlint (エイリアス)

## 依存関係

- node

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 all

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 21.2.1
- マネージャ更新日: 2026-07-09
- ローカルデータ: OK
- 上流リポジトリ: https://commitlint.js.org/#/
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

commitlint is a Node.js CLI and library family for checking commit messages against a convention, most commonly Conventional Commits.

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

The project is part of the conventional-changelog GitHub organization and presents itself as the linting half of the Conventional Commits workflow. Its README describes three core package-culture concerns: being a good Commitizen companion, sharing configuration through npm, and integrating with conventional-changelog.

### 採用の歴史

The npm package history for `@commitlint/cli` dates to 2017. The official README describes commitlint as stable and used in various projects, with setup paths for local Git hooks and CI. The project also documents shareable npm configurations, which made commit rules reusable across JavaScript monorepos and organizations.

### 使われ方

commitlint is usually run as a commit-msg hook through tools such as Husky, or in CI against commit ranges. Its configuration files and package.json field make it fit naturally into Node package workflows.

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

For package maintainers, commitlint matters because it turns release-note and versioning conventions into a lintable contract. It is often paired with conventional-changelog, release automation, and Commitizen-style prompts.

### タイムライン

- 2017: npm records public `@commitlint/cli` releases.
- 2020s: Official docs describe local-hook, CI, shared-config, and prompt workflows.
- 2026: npm continues to publish 21.x releases.

### Related projects

- commitlint is closely related to Conventional Commits, conventional-changelog, Commitizen, Husky, and npm shareable configuration packages.

### ソース

- <https://commitlint.js.org/>
- <https://github.com/conventional-changelog/commitlint>
- <https://raw.githubusercontent.com/conventional-changelog/commitlint/master/README.md>
- <https://registry.npmjs.org/@commitlint%2Fcli>


## セキュリティノート

commitlint に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ 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: ./commitlint.config.js, ./commitlint.config.cjs, ./commitlint.config.mjs, ./commitlint.config.ts, ./commitlint.config.cts, ./commitlint.config.mts, ./.commitlintrc, ./.commitlintrc.json, ./.commitlintrc.yaml, ./.commitlintrc.yml, ./.commitlintrc.js, ./.commitlintrc.cjs, ./.commitlintrc.mjs, ./.commitlintrc.ts, ./.commitlintrc.cts, ./.commitlintrc.mts, ./package.json
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** commitlint
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 他のパッケージマネージャ記録

- Nix - commitlint: normalized package name match | nixpkgs package indexes: pkgs/by-name/co/commitlint/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- winget - Commitlint.Commitlint: normalized package name match | Windows Package Manager source index: Commitlint.Commitlint from https://cdn.winget.microsoft.com/cache/source.msix


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [node](https://pkg.so/ja/brew/node/) - Runtime dependency declared by Homebrew.
- [committed](https://pkg.so/ja/brew/committed/) - Shares pkgdb curated category or tags: cli, commit-linting, developer-tools, git, version-control.
- [commitizen](https://pkg.so/ja/brew/commitizen/) - Shares pkgdb curated category or tags: cli, conventional-commits, developer-tools, git, version-control.
- [czg](https://pkg.so/ja/brew/czg/) - Shares pkgdb curated category or tags: cli, conventional-commits, developer-tools, git, version-control.
- [koji](https://pkg.so/ja/brew/koji/) - Shares pkgdb curated category or tags: cli, conventional-commits, developer-tools, git, version-control.
- [libgit2](https://pkg.so/ja/brew/libgit2/) - Shares pkgdb curated category or tags: cli, developer-tools, git, version-control.
- [lazygit](https://pkg.so/ja/brew/lazygit/) - Shares pkgdb curated category or tags: cli, developer-tools, git, version-control.
- [pre-commit](https://pkg.so/ja/brew/pre-commit/) - Shares pkgdb curated category or tags: cli, developer-tools, linting, version-control.
- [lefthook](https://pkg.so/ja/brew/lefthook/) - Shares pkgdb curated category or tags: cli, developer-tools, git, version-control.
- [commitlint](https://pkg.so/ja/npm/commitlint/) - Same normalized package name appears in another local ecosystem. Shared terms: cli, commit, commitlint, conventional, developer.
- [commitlint](https://pkg.so/ja/npm/commitlint/) - Same normalized package name in another local ecosystem.

## Combined YAML source

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


## ソース

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