Skip to content

ollemartensson/repo-overview-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

repo-overview-cli

A small Clojure CLI tool for printing LLM‑friendly summaries of repo structures.

Install (once per user)

clojure -Ttools install io.github.ollemartensson/repo-overview-cli '{:git/tag "v0.1.0"}' :as repo-overview

Usage

# 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 "."

About

A small Clojure CLI tool for printing LLM‑friendly summaries of repo structures.

Resources

Stars

Watchers

Forks

Packages

No packages published