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

@sky.ui/cli-ultra

v0.0.22

Published

Sky UI Ultra CLI — login, install, status, and npm setup for online licensing

Readme

@sky.ui/cli

Command-line tools for Sky UI Ultra licensing — device login, guided install, license status, and optional npm setup.

This package powers sky.ui.ultra (npx sky.ui.ultra). Most users should run commands through npx; install @sky.ui/cli directly only when bundling or scripting against it.

Install

npm install -g sky.ui.ultra
# or
npm install @sky.ui/cli

Quick start

npx sky.ui.ultra login
npx sky.ui.ultra install

Or run the interactive menu:

npx sky.ui.ultra

Commands

| Command | Description | |---------|-------------| | sky.ui.ultra login | Browser device login; saves personal token for Pro installs | | sky.ui.ultra install | Install Pro packages for your stack, then hydrate licensed artifacts | | sky.ui.ultra install --yes | Non-interactive install | | sky.ui.ultra install --verbose | Show full package manager output and hydration logs | | sky.ui.ultra install --framework=vue | Force stack (vue, react, or core) | | sky.ui.ultra status | Account and license status | | sky.ui.ultra setup-npm | Print optional legacy .npmrc snippet | | sky.ui.ultra logout | Clear local session |

After npm install of @sky.ui.ultra/* stubs, sky.ui.ultra install hydrates the full licensed package into node_modules (replacing the stub manifest while keeping the public package name).

Credentials are stored in ~/.sky.ui/credentials.json.

Environment

Copy packages/ultra/npm/env.example to your app root as .env.

| Variable | Description | |----------|-------------| | SKY_UI_API_URL | API host (default production; local: http://127.0.0.1:3001) | | SKY_UI_AUTH_TOKEN | CI/CD token (sk_ci_…) | | SKY_UI_PERSONAL_TOKEN | Personal token (sk_pt_…) | | SKY_UI_PROJECT_ROOT | Optional explicit project root when cwd is ambiguous | | SKY_UI_ULTRA_FRAMEWORK | CI/non-TTY: core, vue, or react when auto-detect is ambiguous | | SKY_UI_ULTRA_LENIENT | CLI hydration: warn-only when token missing (default is strict) | | SKY_UI_ULTRA_LICENSE_LENIENT | Build plugins: warn-only on production build | | SKY_UI_ULTRA_SKIP_HYDRATE | Skip Pro package hydration entirely | | SKY_UI_ULTRA_SKIP_POSTINSTALL | Alias for SKY_UI_ULTRA_SKIP_HYDRATE | | SKY_UI_ULTRA_STRICT | Legacy alias; install is strict by default unless SKY_UI_ULTRA_LENIENT=1 |

The CLI reads SKY_UI_* from .env / .env.local using the same resolver as bundler plugins (INIT_CWD, npm prefix, SKY_UI_PROJECT_ROOT, cwd walk). Shell variables are never overwritten.

PowerShell

Quote scoped package names if you run npm yourself — npm install "@sky.ui.ultra/core". Unquoted @ is PowerShell splatting.

npx sky.ui.ultra login works on Windows (the npm package is sky.ui.ultra; the executable shim is sky-ui-ultra so Windows does not treat .pro as a file extension). After a global install, use sky-ui-ultra login or keep using npx sky.ui.ultra login.

See powershell-scoped-packages.md.

Stack detection

| package.json | Behavior | |----------------|----------| | vue or @sky.ui/vue only | Installs Vue stack | | react or @sky.ui/react only | Installs React stack | | Neither | Prompts (Core / Vue / React) in interactive terminal | | Both Vue and React | Prompts to pick one stack |

Non-interactive (--yes, CI): use --framework=… or SKY_UI_ULTRA_FRAMEWORK when ambiguous; otherwise defaults to Core with a notice.

Related packages

| Package | Role | |---------|------| | sky.ui.ultra | npx entry point (recommended) | | @sky.ui.ultra/core | Pro Lit components (stub until hydrated) | | @sky.ui.ultra/vue | Pro Vue wrappers (stub until hydrated) | | @sky.ui.ultra/react | Pro React wrappers (stub until hydrated) |

License

Sky UI Ultra Commercial License — proprietary. The CLI is free to run for login and install; Pro components it hydrates require an active subscription.