CLI
The CLI is published as @getdesign/cli. It runs under Bun or Node 18+.
Install
Section titled “Install”npm i -g @getdesign/clior run ad-hoc:
npx @getdesign/cli https://stripe.comOne-shot
Section titled “One-shot”npx @getdesign/cli https://stripe.comnpx @getdesign/cli https://stripe.com --out stripe.design.mdInteractive REPL
Section titled “Interactive REPL”npx @getdesign/cliOpens a prompt where you can paste URLs and inspect the result inline.
| Flag | Description |
|---|---|
--out | Write the result to a file path. |
--version | Print the installed version. |
--help | Show help. |
Full auto-generated reference lives at CLI reference.