โจ Instantly generate and update beautiful, accurate README.md files for any Node.js project.
No AI, no cloud, 100% offline โ just pure static analysis and Markdown magic.
Parses JS/TS files to detect exported functions, classes, interfaces, and CLI commands.
Finds commands from commander and yargs for instant CLI docs.
Lists all package.json
scripts for easy reference.
Only updates auto-generated sections, preserving your custom README content.
No AI, no cloud, no waiting. Works 100% offline and is blazing fast.
Generates clean, professional Markdown with code blocks, headers, and formatting.
Run directly with npx (no installation needed)
npx auto-readme-lite
Or install globally for repeated use
npm install -g auto-readme-lite
auto-readme-lite
Available command line options
Usage: auto-readme-lite [options]
Options:
--dry-run Preview README output without writing
--watch Watch mode (auto-update on changes)
--sections Comma-separated sections to include (api,cli,scripts,git)
--dir Target project directory
--help Show help
Basic usage examples
# Generate README for current directory
npx auto-readme-lite
# Preview without writing
npx auto-readme-lite --dry-run
# Watch mode for auto-updates
npx auto-readme-lite --watch
# Specific sections only
npx auto-readme-lite --sections api,cli,scripts --dir ./my-project
startDripSystem
Type: Function
File: drip-booster.js
add <a> <b>
- Add two numbersstart
- node index.jstest
- jestbuild
- tscTest auto-readme-lite with sample code below. Choose a template or write your own!
Generated README sections will appear here...
Your project for .js
and .ts
files (excluding node_modules
, dist
, etc.)
Exports, CLI commands, and scripts using ts-morph and Babel
Only the auto-generated sections in your README.md
All your custom content
Never sends code to the cloud