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

wesell

v1.1.0

Published

WeSell.Cloud CLI - e-commerce management for coding agents. Shop setup, products, orders, themes, AI support. As easy as git.

Readme

wesell

E-commerce management for coding agents. Shop setup, products, orders, themes, AI support — as easy as git.

Install

npm install -g wesell

Quick Start

# Create a shop
wesell signup my-shop --local

# See your shop
wesell status

# Add a product
wesell product create "Vintage T-Shirt" --price 29.99

# Check orders
wesell orders

# Ask the AI assistant
wesell tai "how do I set up shipping?"

# Manage the platform (admin key required)
wesell admin analytics

# Full reference
wesell --help

Features

  • Shops — create, manage, view stats
  • Products — CRUD, inventory, bulk operations, low stock alerts
  • Orders — monitor, update status, revenue tracking
  • Themes — 25 themes, instant apply
  • Categories & Brands — full catalog management
  • Coupons — create and manage discount codes
  • Customers — view customer spending, order history
  • Reviews — monitor product reviews and ratings
  • Earnings — track commissions, request withdrawals
  • Staff — manage shop team members
  • TAI — AI assistant with 14 domain experts (h-conductor)
  • Admin — full platform management (164 subcommands, complete superadmin parity)

Admin Suite

Every superadmin panel feature, scriptable. 164 subcommands covering sellers, users, products (incl. digital/classified), orders, auctions, reviews, coupons, flash deals, blog, CMS pages, sliders, banners, staff & roles, tickets, subscribers, notifications, geo (countries/states/cities), carriers & zone rates, taxes, currencies & FX rates, seller/customer packages, invoices, POD, COD collections, SMS templates, OTP providers, settings groups, reports, and system status:

wesell admin sellers                   # List all sellers + shops
wesell admin seller-approve ID         # Verify seller
wesell admin products --approved false # Pending product approvals
wesell admin product-approve ID        # Approve product
wesell admin orders --status pending   # All pending orders
wesell admin analytics                 # Platform overview (users, revenue, shops)
wesell admin commissions               # Commission breakdown
wesell admin withdrawals               # Seller payout requests
wesell admin withdrawal-approve ID     # Approve payout
wesell admin categories                # + category-create, category-delete
wesell admin brands                    # + brand-create, brand-delete
wesell admin attributes                # + attribute-create, attribute-values
wesell admin carriers                  # Shipping carriers + zones
wesell admin taxes                     # + tax-create, tax-delete
wesell admin currencies                # + currency-create
wesell admin languages                 # + language-create
wesell admin seller-packages           # Seller tier management
wesell admin flash-deals               # Promotions
wesell admin report-sales --days 30    # Sales report
wesell admin report-commission         # Platform commission by seller
wesell admin report-stock              # Low stock alert
wesell admin products-bulk approve --ids ID1,ID2   # Bulk product ops
wesell admin ticket-reply ID "On it!"  # Reply to support tickets
wesell admin blog-post-create "Title" --content "..." --status published
wesell admin currency-rates EUR=0.92 GBP=0.79      # Update FX rates
wesell admin notification-send "Sale" "50% off" --user-type customer
wesell admin settings-group smtp       # Settings by group (13 groups)
wesell admin system                    # Server health, memory, DB stats
wesell admin help                      # Full admin reference (164 commands)

Per-Project Config

wesell login --local --key YOUR_KEY    # saves to .wesell/config.json (project-local)
wesell login --key YOUR_KEY            # saves to ~/.wesell/config.json (global)
wesell config                          # show which config is active

Local config overrides global. Add .wesell/ to your .gitignore.

Agent Integration

Add to your CLAUDE.md, .cursorrules, .clinerules, or .windsurfrules:

## WeSell.Cloud
Use the wesell CLI for e-commerce management.
Key is in .wesell/config.json (auto-loaded).

### Session start (DO THIS FIRST — every session)
wesell notifications       # what changed since last session
wesell status              # shop overview

### Commands
wesell products             # list products
wesell product create "name" --price 29.99
wesell orders               # list orders
wesell order update ID --status shipped
wesell tai "question"       # ask AI assistant (14 experts)
wesell admin analytics      # platform overview (admin key required)
wesell --help               # full reference

Agent Schema

For machine-readable command validation (prevents flag hallucination):

wesell init --agent-schema    # outputs full JSON command schema

Onboarding

wesell init                   # guided setup + agent config snippet

Documentation

License

Proprietary — Tyga.Cloud Ltd. See LICENSE.