These days I often use https://gitingest.com - it can grab any full repo on GitHub has something you can copy and paste, e.g. https://gitingest.com/simonw/llm
[client] root = "~/repo/client" include = [ "src/**/*.ts", "src/**/*.vue", "package.json", "tsconfig*.json", "*.ts", ] exclude = [ "src/types/*", "src/scss/*", ] output = "bundle-client.txt" $ bundle -p client
reply
These days I often use https://gitingest.com - it can grab any full repo on GitHub has something you can copy and paste, e.g. https://gitingest.com/simonw/llm