mdtolink
v0.1.10
Published
Publish markdown files to shareable URLs with one command
Maintainers
Readme
MDtoLink
Publish markdown files to shareable URLs with one command.
Install
# npm
npm install -g mdtolink
# pnpm
pnpm add -g mdtolink
# bun
bun add -g mdtolinkThis installs both mdtolink and mdtl (shorthand). Both work identically.
Usage
# Authenticate
mdtolink login
# Publish a markdown file
mdtolink publish README.md
# → Published: https://mdtolink.com/d/xk9f2m
# Update an existing document (same URL)
mdtolink publish README.md
# List your documents
mdtolink list
# Remove a document
mdtolink unpublish notes.md
# Log out
mdtolink logoutDocs
Full documentation at mdtolink.com/docs/getting-started.
