prmpt 0.1.0

A command-line tool to convert code repositories into LLM prompts and inject code back into repositories
Documentation
language: rust
ignore:
  - "*.tmp"
  - "temp"
  - test_dir
  - test
# output: 'prmpt.out'
delimiter: "```"
path: .
use_gitignore: true
# prompts:
#   - 'Provide the relative file path at the top of the block.'
#   - 'Follow the relative file path with the code, ensuring there is no additional text in between.'
#   - 'Think logically, breaking down the problem step by step within the comments of the code.'

advanced:
  path: "src"
  ignore:
    - "*.bak"
  output: "advanced.out"
  prompts:
    - "Use advanced terminology."