| Crates.io | repo-summarizer |
| lib.rs | repo-summarizer |
| version | 0.0.3 |
| created_at | 2025-03-02 21:57:23.429958+00 |
| updated_at | 2025-03-21 13:43:28.340122+00 |
| description | A tool for generating a text file summary of directory contents |
| homepage | |
| repository | https://github.com/katsuhirohonda/repo-summarizer |
| max_upload_size | |
| id | 1574911 |
| size | 43,007 |
A command-line tool that generates a comprehensive summary of a repository or directory structure.
.git, node_modules, etc.)cargo install repo-summarizer
repo-summarizer [OPTIONS] <INPUT_DIR> <OUTPUT_FILE>
-e, --exclude <PATTERNS> Patterns to exclude (comma-separated glob patterns)
-h, --help Print help
-V, --version Print version
repo-summarizer ~/projects/my-rust-app ./summary.txt --exclude "target,node_modules,.git"
The output file will include:
This project is licensed under the MIT License - see the LICENSE file for details.