Skip to content

Releases: didrod205/readlevel

v0.2.0 — readability CLI

02 Jun 03:28

Choose a tag to compare

⌨️ New zero-dependency CLI

```bash
npx @didrod2539/readlevel article.md # readability report
cat README.md | npx @didrod2539/readlevel # works as a filter
npx @didrod2539/readlevel post.md --max-grade 9 # exit 1 if too hard (CI gate)
```
A full report (Flesch, FK grade, Gunning Fog, SMOG, Coleman–Liau, ARI). Options: `--json`, `--keywords`, `--long`, `--max-grade `.

Still zero dependencies.

💖 Sponsor via Lemon Squeezy.

v0.1.0

30 May 03:25

Choose a tag to compare

First public release of readlevel — measure how hard your writing is to read, instantly and locally.

  • 📊 analyze() — word/sentence/syllable counts, six readability formulas (Flesch Reading Ease, Flesch–Kincaid, Gunning Fog, SMOG, ARI, Coleman–Liau), averaged grade + label, reading/speaking time
  • 🔑 keywordDensity(), readingTime(), longestSentences(), countSyllables()
  • 🧮 Deterministic & auditable — same text always scores the same
  • 🖥️ Free local-only web app — live reading-level dashboard (nothing uploaded)
  • 📦 Zero dependencies; ESM + CJS + TypeScript types

Web app: https://didrod205.github.io/readlevel/ · npm install readlevel