A small Clojure CLI tool for printing LLM‑friendly summaries of repo structures.
clojure -Ttools install io.github.ollemartensson/repo-overview-cli '{:git/tag "v0.1.0"}' :as repo-overview# Print to console
clojure -Trepo-overview markdown :dir "."
# Write to file
clojure -Trepo-overview markdown :dir "." :out "OVERVIEW.md"
# Get structured data map (for scripts)
clojure -Trepo-overview edn :dir "."