Generate LLMs.txt files from any website in CLI using our NPX package
llms.txt
: Contains a summary of the LLM-related contentllms-full.txt
: Contains the full text content.env
file in your project root and add your API key:
-k, --api-key <key>
(optional if set in .env): Your Firecrawl API key-u, --url <url>
(optional): URL to analyze (default: https://example.com)-m, --max-urls <number>
(optional): Maximum number of URLs to analyze (default: 50)-o, --output-dir <path>
(optional): Output directory path (default: ‘public’)llms.txt
: Contains a summary of the LLM-related contentllms-full.txt
: Contains the full text content