@crowdlinker/designmdme
v1.1.3
Published
Generate DESIGN.md design system specs from the command line
Keywords
Readme
designmdme
Generate a production-ready DESIGN.md design system spec from any website URL, straight from your terminal.
npx @crowdlinker/designmdme stripe.comInstallation
npm install -g @crowdlinker/designmdmeUsage
# Generate a DESIGN.md for any website
designmdme stripe.com
designmdme https://crowdlinker.com
# Specify a custom output path
designmdme stripe.com --output ./docs/DESIGN.md
# Authentication
designmdme login # Open browser to authenticate
designmdme whoami # Show current logged-in account
designmdme logout # Remove stored credentials
# Credits, usage & recent transactions
designmdme usage
# Recent generations
designmdme list # List your recent DESIGN.md generationsAuthentication
Sign in with your DesignMD account to use your credit balance. Run designmdme login to open your browser — no password needed, just Google sign-in.
$ designmdme login
DesignMD CLI
Generate DESIGN.md from any website
Open this URL to authenticate:
https://designmd.me/cli-auth?code=A4B7-X2K9
Or enter the code manually at designmd.me/cli-auth
Waiting for authentication...
✓ Logged in as [email protected]
Token expires: Aug 4 2026Credits & Usage
Run designmdme usage to see your credit balance, how many credits you've received and spent, generation counts, and your 10 most recent transactions.
$ designmdme usage
Credits & Usage
Available balance
50 credits
Credits used
▓▓▓▓▓░░░░░░░░░░░░░░░░░░░ 12 / 62 received (19%)
Generations
────────────────────────────────────────
All time 7
Last 30 days 7
Last 7 days 3
────────────────────────────────────────
Recent Transactions
────────────────────────────────────────
+ 50 Credits purchased ($5.00) 2d ago
− 4 Generation · stripe.com 3d ago
− 4 Generation · vercel.com 4d ago
− 4 Generation · notion.so 6d ago
+ 10 Sign-up bonus 7d ago
+ 2 Welcome credits 7d ago
────────────────────────────────────────
⚡ designmd.me/pricingCredits are consumed per generation (4 credits each). Purchase more at designmd.me/pricing.
Generating a DESIGN.md
$ designmdme stripe.com
DesignMD CLI
Generate DESIGN.md from any website
✓ Token valid
Scanning stripe.com…
Generating DESIGN.md…
Almost done…
✓ Saved DESIGN-stripe-com.mdIf a file with the same name already exists, you'll be prompted:
⚠ DESIGN-stripe-com.md already exists.
Replace or create a copy? (replace/copy): copy
✓ Saved DESIGN-stripe-com-20260507.mdRequirements
- Node.js 18 or later
License
MIT
