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

10 lines 355 B
"use strict"; /** * Text Generator Entry File * Provides basic text generation functionality */ Object.defineProperty(exports, "__esModule", { value: true }); exports.LLM = void 0; var core_1 = require("./llm/core"); Object.defineProperty(exports, "LLM", { enumerable: true, get: function () { return core_1.LLM; } }); //# sourceMappingURL=index.js.map