0.1.5 • Published 1 year ago

markp v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.1.5

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago