code2prompt_core 4.2.0

A command-line (CLI) tool to generate an LLM prompt from codebases of any size, fast.
Documentation
<directory>{{absolute_code_path}}</directory>

<source-tree>
  {{source_tree}}
</source-tree>

<files>
  {{#each files}}
    {{#if code}}
      <file path="{{path}}">
        {{code}}
      </file>
    {{/if}}
  {{/each}}
</files>

{{#if git_diff}}
  <git-diff>
    {{git_diff}}
  </git-diff>
{{/if}}