@nanocollective/get-md
v1.1.1
Published
Fast HTML to Markdown converter optimized for LLM consumption
Readme
get-md
A fast, lightweight HTML to Markdown converter optimized for LLM consumption.
Features
- Lightning-fast (<100ms) with optional AI-powered conversion
- Intelligent extraction using Mozilla Readability
- CLI included for command-line usage
- TypeScript with full type definitions
- React Native compatible
Installation
npm install @nanocollective/get-mdQuick Start
Library
import { convertToMarkdown } from "@nanocollective/get-md";
const result = await convertToMarkdown("https://example.com");
console.log(result.markdown);CLI
getmd https://example.com -o output.mdDocumentation
For full documentation, see docs/index.md:
Community
We're a small community-led team building local and privacy-first AI solutions under the Nano Collective.
