Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 213 Bytes

File metadata and controls

10 lines (7 loc) · 213 Bytes

AGENTS

This repository is a CLI that converts HTML to Markdown using turndown.

Default commands

  • Install dependencies: npm install
  • Build: npm run build
  • Test: npm run test
  • Lint: npm run lint