Read the project
The CLI uses your Git remote, configured author, license, and project files to suggest smart defaults.
The tiny CLI for better project docs
Lightning-Readme reads the useful bits from your project, asks only what it needs, and turns the answers into a clean Markdown starting point.
$ readme-gen
› Enter Project Name: pixel-sorter
› Enter Description: A tiny image sorting tool.
› Enter Author Name: Eli Nelson
› Enter License: MIT
README PREVIEW
› Write this to README.md? Y
README.md successfully created
A sensible little workflow
No sprawling setup. No template archaeology. Just the details every good project page needs to get started.
The CLI uses your Git remote, configured author, license, and project files to suggest smart defaults.
Accept the defaults or make a quick correction, then inspect the full Markdown preview before anything changes.
Approve the final prompt and Lightning-Readme creates a structured README that is ready for your finishing touches.
Less ceremony, more shipping
Project name, author, license, and language badges are inferred wherever possible, so the prompts feel helpful—not repetitive.
See the generated Markdown and explicitly approve the file write.
The installer detects Linux, macOS, and Windows shell environments.
Ready when you are
Run the installer, move into any project, and launch readme-gen. Keep it current with --update, or remove it with --uninstall.
curl -fsSL https://raw.githubusercontent.com/Papaya-Voldemort/Lightning-Readme/master/install.sh | sh
readme-gen --update
readme-gen --uninstall