# 使用 Homebrew 安装 iblinter

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

## 安装

```sh
sudo av install brew:iblinter
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install iblinter
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:iblinter
- **软件包管理器:** Homebrew
- **版本:** 0.5.0
- **来源摘要:** Linter tool for Interface Builder
- **主页:** <https://github.com/IBDecodable/IBLinter>
- **仓库:** <https://github.com/IBDecodable/IBLinter>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- iblinter (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

IBLinter is a Swift command-line linter for Interface Builder files, aimed at normalizing `.xib` and `.storyboard` files in iOS and macOS projects.

### 项目历史

The README describes IBLinter as inspired by SwiftLint and focused on XML-based Interface Builder resources. It offers installation through Homebrew, Mint, CocoaPods, or source builds, which matches the distribution habits of Apple-platform developer tools.

### 采用历史

IBLinter became one of the more visible packages in this batch: the GitHub page shows a large star count for a narrowly scoped linter, and Homebrew analytics show thousands of installs over a 365-day window. That reflects a practical need in teams that treat storyboards and XIBs as reviewable source files rather than opaque editor artifacts.

### 使用方式

Teams use IBLinter in local checks or build phases to enforce conventions on Interface Builder files. The README documents a project-root configuration file with enabled rules, disabled rules, and excluded paths, which lets teams tune lint behavior for their repository.

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

IBLinter is a neat example of the SwiftLint pattern spreading to adjacent Apple build artifacts: a focused Swift CLI, Homebrew and Mint installation, CocoaPods integration for build phases, and a rule-based config file for otherwise awkward XML UI resources.

### 时间线

- v0.1.0: The repository contains an early tagged release for the linter.
- 0.4.x: The tag history shows a long sequence of 0.4 maintenance releases.
- 2022: GitHub lists 0.5.0 as a February 2022 release.
- 0.5.0: Homebrew packages the same stable version.

### Related projects

- The README explicitly names realm/SwiftLint as inspiration, and installation docs place IBLinter beside Homebrew, Mint, CocoaPods, and Xcode build-phase workflows.

### 来源

- <https://formulae.brew.sh/formula/iblinter>
- <https://github.com/IBDecodable/IBLinter>
- <https://github.com/IBDecodable/IBLinter/releases>


## 安全说明

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

- macOS: <project-root>/.iblinter.yml
- Unix: <project-root>/.iblinter.yml

## Combined YAML source

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