astro-llms-txt-generator
v0.0.3
Published
This Astro integration generates a llms txt based on your pages when you build your Astro project.
Maintainers
Readme
@aligundogdu/astro-llms-txt
This Astro integration generates a llms.txt based on your pages when you build your Astro project.
Manuel Install
yarn add astro-llms-txt-generator//astro.config.mjs
import llmsTxtIntegration from "astro-llms-txt-generator";
...
...
...
export default defineConfig({
...
integrations: [llmsTxtIntegration()],
...
});yarn buildLicense
MIT
Copyright (c) 2025 @aligundogdu
