macOS
brew install write-goodlocal Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de write-good pour les workflows d'agents IA.
installation
brew install write-goodlocal Homebrew formula metadata
nix profile install nixpkgs#write-goodnixpkgs package indexes · pkgs/by-name/wr/write-good/package.nix · Source: api.github.com
aperçu
Naive linter for English prose
historique
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.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
write-good | cli | exécutable global | |
writegood | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/btford/write-good
métadonnées d'installation
| Clé du paquet | brew:write-good |
|---|---|
| Version | 1.0.8 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/write-good |
| Page d'accueil | https://github.com/btford/write-good |
| Dépôt | https://github.com/btford/write-good |
| Docs amont | https://github.com/btford/write-good#readme |
| Licence | MIT |
| Archive source | https://registry.npmjs.org/write-good/-/write-good-1.0.8.tgz |
| Dépendances | node |
| Bouteille | disponible (sur all) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
write-good
nix profile install nixpkgs#write-goodpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.