0.1.5 • Published 10 months ago

markp v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

markp

Library/CLI to convert HTML into markdown

Install C

# cli is available on npm as "markp"
npm i -g markp

# library is available in jsr as "tomd"
pnpm dlx jsr add @ch/tomd

Usage

# pipe content to file
markp 'https://github.com/carlosqsilva/markp' > readme.md

# pretty print
markp 'https://github.com/carlosqsilva/markp' | glow

# pipe into a LLM (large language model)
markp 'https://github.com/carlosqsilva/markp' | mods "summarize this article"
0.1.3

10 months ago

0.1.5

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago