UNPKG

llms-txt-generator

Version:

A powerful CLI tool and MCP server for generating standardized llms.txt and llms-full.txt documentation files to help AI models better understand project structures

7 lines (6 loc) 164 B
/** * Text Generator Entry File * Provides basic text generation functionality */ export { LLM } from './llm/core'; export type { LLMConfig } from './llm/core';