

npx repomix # Creates repomix-output.xmlgit clone https://github.com/jimmc414/onefilellm.gitcd onefilellmpip install -r requirements.txtpython onefilellm.py ./your-project/
# For JavaScript/TypeScriptnpx repomix# For Python projectspython onefilellm.py ./src/
# Only authentication-related coderepomix --include "src/auth/**/*.ts"# Exclude tests and focus on business logicrepomix --ignore "**/*.test.ts" --include "src/core/**/*"# Compress for large codebasesrepomix --compress
# Custom output for specific analysisrepomix --include "src/**/*.ts" --ignore "**/*.test.ts" --compress# Multiple sources with custom namingpython onefilellm.py ./api/ ./frontend/ --output-file full-stack-context.xml
往期推荐







分享

收藏

点赞

在看