qte77/Generate llms.txt
Generate llms.txt from a template using envsubst, optionally opening a PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| template_path | Path to the llms.txt.tpl template file | no | .github/templates/llms.txt.tpl |
| output_path | Path for the generated llms.txt output file | no | docs/llms.txt |
| validate_links | Whether to validate that template BLOB links point to existing files | no | true |
| default_branch | Default branch name used to construct BLOB URLs | no | main |
| create_pr | Whether to create a PR with llms.txt changes | no | true |
| github_token | GitHub token for API access and PR creation | yes | — |
Outputs
| name | description |
|---|---|
| changed | Whether llms.txt changed ('true' or 'false') |
| pr_url | URL of the created PR (empty if create_pr is false or no changes) |