automarkdown
v2.0.3
Published
Intelligently convert codebases into markdown for LLMs to process and provide optimal insights
Maintainers
Readme
automarkdown

Convert any codebase into LLM-ready markdown.
npx automarkdown .Why
Large language models understand markdown better than raw code directories. AutoMarkdown converts your entire codebase into a single, well structured markdown file that AI can analyze, review, and understand completely.
What you get
- Token analysis for all major LLMs (GPT, Claude, Gemini)
- Smart filtering removes lock files, binaries, generated content
- Zero setup works instantly with any project
- Auto-organization creates clean folder structure
Install
# No installation needed
npx automarkdown .
# Or install globally
npm install -g automarkdownUse
# Convert current directory
npx automarkdown .
# Custom output
npx automarkdown . -o docs.md
# JSON format
npx automarkdown . -f jsonOutput
Token Analysis:
Estimated tokens: 11,782
Compatible LLMs (11):
• Gemini 2.5 Pro - 1% of limit
• GPT-5 - 3% of limit
• Claude Opus 4.1 - 6% of limit
Recommendations:
Good compatibility with most popular LLMs!Perfect for AI code reviews, documentation, and legacy analysis.
Made with 💜 by harsh
