sky.ui.pro
v0.0.22
Published
Sky UI Pro CLI — npx entry point (wraps @sky.ui/cli)
Downloads
1,651
Maintainers
Readme
sky.ui.pro
npx entry point for the Sky UI Pro CLI (@sky.ui/cli). Use this package to log in, install Pro components, and hydrate licensed artifacts from the terminal.
Quick start
npx sky.ui.pro login
npx sky.ui.pro installinstall adds the correct @sky.ui.pro/* stub to your project and hydrates the full licensed package into node_modules. If you run npm install @sky.ui.pro/core manually, run npx sky.ui.pro install --framework=core afterward to hydrate.
Commands
| Command | Description |
|---------|-------------|
| npx sky.ui.pro login | Browser sign-in; saves personal token locally |
| npx sky.ui.pro install | Install Pro packages for your stack and hydrate licensed artifacts |
| npx sky.ui.pro install --yes | Non-interactive install (CI) |
| npx sky.ui.pro install --framework=vue | Force stack: core, vue, or react |
| npx sky.ui.pro status | Account and license status |
CI/CD
SKY_UI_AUTH_TOKEN=sk_ci_… npx sky.ui.pro install --yes --framework=coreStore the CI/CD token in your platform secrets. Never commit tokens to source control.
Documentation
- library.sky-ui.com — install guides and component docs
- License architecture — tokens, hydration, and build-time validation
License
Proprietary — see LICENSE.md (Sky UI Pro Commercial License).
