Skip to content

Conversation

opuu
Copy link

@opuu opuu commented Jun 15, 2025

Elysia plugin to generate llms.txt from OpenAPI/Swagger

Usage:

import { Elysia } from 'elysia'
import { llms } from '@opuu/llms-txt'

const app = new Elysia()
  .use(llms({
    source: {
      type: 'url',
      url: '/swagger/json'
    }
  }))
  .listen(3000)

Adds routes:

GET /llms.txt
GET /llms-full.txt

opuu added 2 commits June 16, 2025 03:12
Elysia plugin to generate `llms.txt` from OpenAPI/Swagger
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant