phillipdupuis/llm-repo-bundler
Convert a repository (or a subset of it) to an LLM-friendly text output
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| include | Comma-separated list of glob patterns to include in the text output | yes | — |
| exclude | Comma-separated list of glob patterns to exclude from the text output. This is in addition to the patterns defined in the .gitignore file. | no | dist, node_modules |
Outputs
| name | description |
|---|---|
| result | The bundled repository as a text string |