code2prompt_core 4.3.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}}`:

{{#unless ../no_codeblock}}```{{extension}}
{{code}}
```{{else}}
{{code}}
{{/unless}}

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

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