Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 639 Bytes

File metadata and controls

40 lines (29 loc) · 639 Bytes

Quickstart example — minimal sources for llm-patch compile

This folder is the backing data for the README cast and docs/QUICKSTART.md. It is intentionally small — three markdown notes — so the full pipeline runs in seconds.

Run it

PowerShell:

./run.ps1

bash / zsh:

./run.sh

Either script runs:

llm-patch compile ./notes --output ./out
llm-patch info     ./out

Layout

examples/quickstart/
  notes/
    react-hooks.md
    tailwind-tips.md
    pytest-fixtures.md
  run.ps1
  run.sh

Drop your own *.md files into notes/ to extend the demo.