TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Generate Markdown Summary of Codebase for an LLM

1 pointsby andes3144 months ago
I&#x27;ve been working on Describe, a simple CLI tool that scans a directory and generates a structured Markdown file (codebase.md). The idea is to make it easier to feed relevant codebase information into AI tools while filtering out noise.<p>It respects a .describeignore file (same format as .gitignore) to exclude files and directories, which helps keep the output focused. This is particularly useful when integrating with AI-assisted workflows or just getting a high-level overview of a project.<p>Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;rodlaf&#x2F;describe">https:&#x2F;&#x2F;github.com&#x2F;rodlaf&#x2F;describe</a><p>Installable with homebrew!!

no comments

no comments