# 使用 Homebrew, Nix 安装 write-good

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

## 安装

```sh
sudo av install brew:write-good
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install write-good
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#write-good
```

  证据: nixpkgs package indexes: pkgs/by-name/wr/write-good/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:write-good
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/write-good>
- **版本:** 1.0.8
- **来源摘要:** Naive linter for English prose
- **主页:** <https://github.com/btford/write-good>
- **仓库:** <https://github.com/btford/write-good>
- **许可证:** MIT
- **源码归档:** <https://registry.npmjs.org/write-good/-/write-good-1.0.8.tgz>
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- write-good (cli)
- writegood (cli)
- write-good (别名)
- writegood (别名)

## 依赖

- node

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 all

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 1.0.8
- 本地数据: OK
- 上游仓库: https://github.com/btford/write-good
- 信息: No package-manager update timestamp was available.
- 信息: No cached GitHub release or tag data was available.
## 项目历史与用法

write-good is a small Node.js prose linter that describes itself as a naive linter for English prose. It grew out of developer tooling culture: instead of presenting itself as a full grammar checker, it exposes simple checks for passive voice, weak words, sentence openers, and similar editorial patterns through both a JavaScript API and a command-line interface.

### 项目历史

The GitHub repository and npm package were both created on 25 April 2014. The npm registry shows rapid early publication from 0.0.0 through several 0.x versions in the first two days, followed years later by 1.0.x maintenance releases, with 1.0.8 published on 16 February 2021.

The README has remained direct about the tool's limited scope and social context: it warns users not to use the tool to be a jerk about other people's writing. That disclaimer is part of write-good's identity as a developer-friendly hinting tool rather than an authority on prose.

### 采用历史

write-good became recognizable in the JavaScript and documentation-tooling world because it was easy to run with npm, easy to call from code, and small enough to compose into editor integrations or prose pipelines. Its GitHub repository has accumulated thousands of stars, and the npm registry records the package as a long-lived published module rather than a one-off gist.

The package also inspired adjacent tools and extensions, including custom check sets such as the German `schreib-gut` example in the README. That extension point helped place write-good in the lineage of lightweight prose linting that later includes more configurable tools such as Vale and remark-based writing checks.

### 使用方式

As a CLI, write-good is usually run against Markdown or text files with a glob, or through `npx write-good`. It prints suggestions to standard output and supports enabling or disabling checks such as passive voice, weasel words, or E-Prime.

As a library, `writeGood(text)` returns suggestion objects with a reason, index, and offset. That API shape made it convenient for editor plugins, scripts, and documentation checks that need machine-readable lint spans instead of only human terminal output.

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

write-good is a classic small npm utility: a memorable name, a narrow job, a command-line entry point, and a reusable library API. For package catalogs, it sits at the intersection of developer tools and writing tools, showing how code-linting conventions migrated into README, documentation, and prose workflows.

Its significance is not that it solved grammar checking broadly, but that it made a handful of editorial heuristics installable and scriptable in the same way developers install code linters.

### 时间线

- 2014-04-25: GitHub repository and npm package are created.
- 2014-04-25: Early 0.1.0, 0.2.0, and 0.3.0 npm versions are published.
- 2021-02-16: npm version 1.0.8 is published.
- 2025: The GitHub repository remains active enough to show recent pushes in repository metadata.

### Related projects

- schreib-gut is cited by the README as a custom check extension example for German prose.
- Vale and remark-lint occupy the broader prose-linting space with more configurable or documentation-oriented approaches.

### 来源

- <https://github.com/btford/write-good>
- <https://registry.npmjs.org/write-good>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** write-good
- **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 - write-good: normalized package name match | nixpkgs package indexes: pkgs/by-name/wr/write-good/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 相关链接

- [Source-control packages](https://pkg.so/zh-hans/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/zh-hans/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/zh-hans/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [node](https://pkg.so/zh-hans/brew/node/) - Runtime dependency declared by Homebrew.
- [proselint](https://pkg.so/zh-hans/brew/proselint/) - Shares pkgdb curated category or tags: cli, developer-tools, linter, prose, writing.
- [eslint](https://pkg.so/zh-hans/brew/eslint/) - Shares pkgdb curated category or tags: cli, developer-tools, javascript, linter.
- [pmd](https://pkg.so/zh-hans/brew/pmd/) - Shares pkgdb curated category or tags: cli, developer-tools, javascript, linter.
- [oxlint](https://pkg.so/zh-hans/brew/oxlint/) - Shares pkgdb curated category or tags: cli, developer-tools, javascript, linter.
- [addons-linter](https://pkg.so/zh-hans/brew/addons-linter/) - Shares pkgdb curated category or tags: cli, developer-tools, javascript, linter.
- [eslint_d](https://pkg.so/zh-hans/brew/eslint-d/) - Shares pkgdb curated category or tags: cli, developer-tools, javascript, linter.
- [htmlhint](https://pkg.so/zh-hans/brew/htmlhint/) - Shares pkgdb curated category or tags: cli, developer-tools, javascript, linter.
- [graphql-cli](https://pkg.so/zh-hans/brew/graphql-cli/) - Shares pkgdb curated category or tags: cli, developer-tools, javascript, node.
- [write-good](https://pkg.so/zh-hans/npm/write-good/) - Same normalized package name appears in another local ecosystem. Shared terms: cli, english, good, linter, naive.
- [write-good](https://pkg.so/zh-hans/npm/write-good/) - Same normalized package name in another local ecosystem.

## Combined YAML source

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


## 来源

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