codepack 0.11.7

A *lightning-fast* tool that transforms a directory into a single, LLM-friendly text file, perfect for easy processing and analysis.
Documentation
1
2
3
4
5
6
7
{
  "tasks": {
    "build": ". \"$HOME/.cargo/env\"  && cargo build",
    "test": ". \"$HOME/.cargo/env\"  &&  cargo test",
    "launch": ". \"$HOME/.cargo/env\"  && cargo run"
  }
}