# ls-lint を Homebrew, Nix, scoop でインストール

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

## インストール

```sh
sudo av install brew:ls-lint
```

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

### macOS

- Homebrew (100%):

```sh
brew install ls-lint
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#ls-lint
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/ls-lint
```

  証拠: Scoop official bucket manifest trees: bucket/ls-lint.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:ls-lint
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.3.1
- **ソース概要:** Extremely fast file and directory name linter
- **ホームページ:** <https://ls-lint.org/>
- **リポジトリ:** <https://github.com/loeffel-io/ls-lint>
- **最終更新:** 2026-07-26T13:41:03+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- ls-lint (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

ls-lint is a file and directory name linter that enforces naming rules from one or more `.ls-lint.yml` files.

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

The official site and README present ls-lint as an extremely fast directory and filename linter intended to bring structure to project filesystems. The GitHub repository was created in February 2020, and releases show v1.0.0 published in March 2020.

The project grew into a cross-platform developer tool with documentation versions, a GitHub Action, npm distribution, Homebrew packaging, and Docker support. Its public docs emphasize minimal setup, Unicode support, and linting thousands of files and directories in milliseconds.

### 採用の歴史

The README advertises use by Renovate, Terser, and other projects, and GitHub metadata shows roughly 2.4k stars by July 2026. The supplied package-manager facts list Homebrew, Nix, and Scoop packages.

ls-lint fits the rise of repository hygiene tooling in CI: rather than linting code syntax, it makes naming conventions enforceable across folders, generated files, fixtures, and language-mixed monorepos.

### 使われ方

Users place rules in `.ls-lint.yml` and run `ls-lint` locally or in CI. The docs and README show YAML rules that map path globs and extensions to naming styles such as kebab-case, camelCase, PascalCase, regex rules, and existence checks.

No credentials are involved. Configuration is project-local and intentionally simple, with the README describing one or multiple `.ls-lint.yml` files.

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

ls-lint is notable because it treats the filesystem itself as lintable source. For package maintainers and CI users, it is a small binary that enforces repository conventions without depending on a specific programming language stack.

### タイムライン

- 2020: GitHub repository created and v1.0.0 released.
- 2023: v2.0.0 released.
- 2025: v2.3.x releases published and official docs list 2.3 as the current documentation track.
- 2026: Official site copyright spans 2020-2026 and GitHub metadata shows continued activity.

### Related projects

- Related tooling includes language-specific linters, pre-commit hooks, GitHub Actions, Renovate, and repository policy tools that enforce naming or layout conventions.

### ソース

- <https://api.github.com/repos/loeffel-io/ls-lint>
- <https://api.github.com/repos/loeffel-io/ls-lint/releases?per_page=100>
- <https://github.com/loeffel-io/ls-lint>
- <https://ls-lint.org/>
- <https://raw.githubusercontent.com/loeffel-io/ls-lint/master/README.md>
- 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: .ls-lint.yml
## 他のパッケージマネージャ記録

- Nix - ls-lint: normalized package name match | nixpkgs package indexes: pkgs/by-name/ls/ls-lint/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/ls-lint: normalized package name match | Scoop official bucket manifest trees: bucket/ls-lint.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/ls-lint.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ls-lint.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
