Crates.io | repo-summarizer |
lib.rs | repo-summarizer |
version | |
source | src |
created_at | 2025-03-02 21:57:23.429958+00 |
updated_at | 2025-03-03 21:19:00.251196+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 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.