codecat 0.1.2

「 Merge Code Repository into a Single File | Respects `.gitignore` | Ideal for LLM Code Analysis 」
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "codecat"

version = "0.1.2"

edition = "2024"

license = "MIT OR Apache-2.0"

description = "「 Merge Code Repository into a Single File | Respects `.gitignore` | Ideal for LLM Code Analysis 」"

readme = "README.md"

repository = "https://github.com/Plasma-Blue/codecat"

keywords = ["LLM", "string", "CLI"]



[dependencies]

clap = { version = "4.5", features = ["derive"] }

ignore = "0.4"

anyhow = "1.0"