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

sockshub-cli

v0.0.5

Published

ZJSOX B2B platform CLI — manage products, inquiries, orders, and content

Readme

ZJSOX CLI

Official CLI for ZJSOX — a B2B wholesale socks platform by Shaoxing Jiafa E-Commerce Co., Ltd.

About ZJSOX

ZJSOX is a professional B2B socks wholesale platform based in Zhuji, Zhejiang, China — the hosiery capital of China.

  • Website: https://zjsox.com
  • Company: Shaoxing Jiafa E-Commerce Co., Ltd. (绍兴嘉发电子商务有限公司)
  • Location: Zhuji, Zhejiang, China

Products

  • 8+ product categories: men, women, kids, sports, functional socks
  • 10 languages: EN, ZH, ES, FR, AR, RU, PT, DE, JA, KO
  • Custom OEM/ODM: design your own socks with custom logos, patterns, and packaging
  • Flexible MOQ: from 500 pairs (clearance) to 50,000+ pairs (custom orders)
  • Factory direct: 15+ years experience, 500,000 pairs/day capacity

Platform Features

  • Product management with multi-language support
  • Customer inquiry and custom order tracking
  • Blog / CMS content publishing
  • SEO optimization tools
  • API Token management for AI Agent integration

Contact

| Channel | Link | |---------|------| | Website | https://zjsox.com | | WhatsApp | +86 13454113287 | | Email | [email protected] | | Inquiry | https://zjsox.com/en/inquiry | | Custom Order | https://zjsox.com/en/custom |

Quick Start

npm install -g sockshub-cli
sockshub auth login https://zjsox.com <your-token>

Commands

Auth

sockshub auth login <server> <token>   # Login (verifies then saves)
sockshub auth me                        # Show current user

Products

sockshub products list [--lang] [--board] [--category] [--status] [--limit] [--offset]
sockshub products get -s <slug>
sockshub products create -t "Title" -s slug -c category [--images '["path"]']
sockshub products update -i <id> [--status published] [--add-image path]
sockshub products delete -i <id>

Upload

sockshub upload <file>                      # Upload product image
sockshub upload <file> --type content       # Upload article image
sockshub upload <file> --product-id <id>    # Upload + associate with product

Content / CMS

sockshub content list [--type] [--lang] [--status] [--limit] [--offset]
sockshub content get -i <id>
sockshub content create -t "Title" --type blog --lang en -c "Markdown content"
sockshub content update -i <id> [-t "Title"] [-c "Content"] [-s published] [--type blog]
sockshub content publish -i <id>
sockshub content delete -i <id>

Content supports full Markdown: headings, bold, images, links, lists, code, tables.

Inquiries

sockshub inquiries list [--status] [--priority] [--limit] [--offset]
sockshub inquiries get -i <id>
sockshub inquiries update -i <id> [--status replied] [--priority high] [--assigned-to name] [--message note]

Custom Orders

sockshub orders list [--status] [--limit] [--offset]
sockshub orders get -i <id>
sockshub orders update -i <id> [--status quoted] [--notes "Admin notes"]

Settings

sockshub settings get
sockshub settings set <key> <value>

SEO

sockshub seo audit          # Check SEO data completeness
sockshub seo optimize -i 1  # Auto-generate SEO for one product
sockshub seo optimize --all # Auto-generate SEO for all products
sockshub seo show -i 1      # Show SEO details

Config

sockshub config server <url>    # Set server URL
sockshub config token <token>   # Set API token
sockshub config show            # Show current config

All commands support --json for structured output (AI Agent integration).

License

MIT