Modules
Reads a project's Hex dependencies from its lock file and turns each one's
fetched hexdocs into an llms.txt file.
Converts the fetched HTML documentation of a package into a single Markdown document.
Mix Tasks
Fetches the HTML documentation for every Hex dependency at its installed
version with mix hex.docs fetch, converts each page to Markdown with
Htmd and writes one llms.txt per package.