code2prompt_core 4.2.0

A command-line (CLI) tool to generate an LLM prompt from codebases of any size, fast.
Documentation
Project Path: {{ absolute_code_path }}

Source Tree:

```txt
{{ source_tree }}
```

{{#each files}}
{{#if code}}
`{{path}}`:

{{code}}

{{/if}}
{{/each}}

{{#if git_diff}}
Git Diff:
{{ git_diff }}
{{/if}}