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

11 lines (10 loc) 224 B
#!/usr/bin/env node /** * CLI entry point for LLMs TXT Generator * Supports configuration via YAML file and environment variables */ /** * Main CLI function */ declare function build(): Promise<void>; export { build };