npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@crowdlinker/designmdme

v1.1.3

Published

Generate DESIGN.md design system specs from the command line

Readme

designmdme

Generate a production-ready DESIGN.md design system spec from any website URL, straight from your terminal.

npx @crowdlinker/designmdme stripe.com

Installation

npm install -g @crowdlinker/designmdme

Usage

# 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 generations

Authentication

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 2026

Credits & 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/pricing

Credits 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.md

If 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.md

Requirements

  • Node.js 18 or later

License

MIT