freebsd-ports/textproc/write-good/pkg-plist
Mateusz Piotrowski 06b23f86f3 textproc/write-good: Add a new port
write-good is a naive linter for English prose. For example,
it is able to check for the following issues in text:

- passive voice
- lexical illusions – cases where a word is repeated
- "so" at the beginning of the sentence
- "there is" or "there are" at the beginning of the sentence
- weasel words
- adverbs that can weaken meaning: really, very, extremely, etc.
- wordy phrases and unnecessary words
- common cliches

WWW: https://github.com/btford/write-good

Requested by:	bcr (via https://wiki.freebsd.org/WantedPorts)
2021-11-26 19:36:48 +01:00

10 lines
323 B
Text

bin/write-good
bin/writegood
libexec/write-good/bin/write-good.js
libexec/write-good/lib/annotate.js
libexec/write-good/lib/lexical-illusions.js
libexec/write-good/lib/starts-with-so.js
libexec/write-good/lib/there-is.js
libexec/write-good/package-lock.json
libexec/write-good/package.json
libexec/write-good/write-good.js