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

@lppx/ws-cli

v0.1.1

Published

a cli for webstore

Readme

@lppx/ws-cli

a cli for webstore

oclif Version Downloads/week

Usage

$ npm install -g @lppx/ws-cli
$ wsc COMMAND
running command...
$ wsc (--version)
@lppx/ws-cli/0.1.1 win32-x64 node-v24.14.1
$ wsc --help [COMMAND]
USAGE
  $ wsc COMMAND
...

Commands

wsc autocomplete [SHELL]

Display autocomplete installation instructions.

USAGE
  $ wsc autocomplete [SHELL] [-r]

ARGUMENTS
  [SHELL]  (zsh|bash|powershell) Shell type

FLAGS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

DESCRIPTION
  Display autocomplete installation instructions.

EXAMPLES
  $ wsc autocomplete

  $ wsc autocomplete bash

  $ wsc autocomplete zsh

  $ wsc autocomplete powershell

  $ wsc autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

wsc cf edit

编辑用户配置文件, 默认启动内置 TUI 编辑器, 也可选择系统中的外部编辑器

USAGE
  $ wsc cf edit [-e]

FLAGS
  -e, --editor  交互式选择系统中可用的外部编辑器进行编辑

DESCRIPTION
  编辑用户配置文件, 默认启动内置 TUI 编辑器, 也可选择系统中的外部编辑器

ALIASES
  $ wsc cf edit

EXAMPLES
  $ wsc cf edit

  $ wsc cf edit --editor

wsc cf ls

列出所有的配置

USAGE
  $ wsc cf ls

DESCRIPTION
  列出所有的配置

ALIASES
  $ wsc cf ls
  $ wsc cf show

EXAMPLES
  $ wsc cf ls

wsc cf show

列出所有的配置

USAGE
  $ wsc cf show

DESCRIPTION
  列出所有的配置

ALIASES
  $ wsc cf ls
  $ wsc cf show

EXAMPLES
  $ wsc cf show

wsc config edit

编辑用户配置文件, 默认启动内置 TUI 编辑器, 也可选择系统中的外部编辑器

USAGE
  $ wsc config edit [-e]

FLAGS
  -e, --editor  交互式选择系统中可用的外部编辑器进行编辑

DESCRIPTION
  编辑用户配置文件, 默认启动内置 TUI 编辑器, 也可选择系统中的外部编辑器

ALIASES
  $ wsc cf edit

EXAMPLES
  $ wsc config edit

  $ wsc config edit --editor

See code: src/commands/config/edit.ts

wsc config show

列出所有的配置

USAGE
  $ wsc config show

DESCRIPTION
  列出所有的配置

ALIASES
  $ wsc cf ls
  $ wsc cf show

EXAMPLES
  $ wsc config show

See code: src/commands/config/show.ts

wsc hello PERSON

Say hello

USAGE
  $ wsc hello PERSON -f <value>

ARGUMENTS
  PERSON  Person to say hello to

FLAGS
  -f, --from=<value>  (required) Who is saying hello

DESCRIPTION
  Say hello

EXAMPLES
  $ wsc hello friend --from oclif
  hello friend from oclif! (./src/commands/hello/index.ts)

See code: src/commands/hello/index.ts

wsc hello world

Say hello world

USAGE
  $ wsc hello world

DESCRIPTION
  Say hello world

EXAMPLES
  $ wsc hello world
  hello world! (./src/commands/hello/world.ts)

See code: src/commands/hello/world.ts

wsc help [COMMAND]

Display help for wsc.

USAGE
  $ wsc help [COMMAND...] [-n]

ARGUMENTS
  [COMMAND...]  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for wsc.

See code: @oclif/plugin-help

wsc version

USAGE
  $ wsc version [--json] [--verbose]

FLAGS
  --verbose  Show additional information about the CLI.

GLOBAL FLAGS
  --json  Format output as json.

FLAG DESCRIPTIONS
  --verbose  Show additional information about the CLI.

    Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.

See code: @oclif/plugin-version