Sharehtml

Deploy and manage HTML/Markdown documents on html.duyet.net with collaborative commenting.

duyet 583760d 12 files · 123.0 KB Updated

File contents

Setup

The CLI is pre-configured to use https://html.duyet.net by default.

npx -y @duyet/sharehtml@latest <command>

Key Commands

  • npx -y @duyet/sharehtml@latest deploy <file> — Deploy or update
  • echo '<html>' \| npx -y @duyet/sharehtml@latest publish — Deploy via stdin pipe
  • npx -y @duyet/sharehtml@latest publish --content '<html>' — Deploy via argument
  • npx -y @duyet/sharehtml@latest diff <file> — Compare local vs remote
  • npx -y @duyet/sharehtml@latest pull <id> — Download remote file
  • npx -y @duyet/sharehtml@latest list — Search documents

duyet/sharehtml/tree/main/ commit 583760dc9e

Frequently asked questions

npx skillmds@latest add duyet/sharehtml